#974A14

Color #974A14 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #974A14

Tints of Saddle Brown #974A14

Color information

#974A14 (or 0x974A14) is unknown color: approx Saddle Brown. HEX triplet: 97, 4A and 14. RGB value is (151,74,20). Sum of RGB (Red+Green+Blue) = 151+74+20=245 (32% of max value = 765). Red value is 151 (59.38% from 255 or 61.63% from 245); Green value is 74 (29.30% from 255 or 30.20% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 151 - color contains mainly: red. Hex color #974A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A14 is #68B5EB. Grayscale: #5B5B5B. Windows color (decimal): -6862316 or 1329815. OLE color: 1329815.

HSL color Cylindrical-coordinate representation of color #974A14: hue angle of 24.73º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #974A14 is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB1517420-
CMYK00.510.870.41
HSL24.73º76.61%33.53%-
HSV(B)24.73º86.75%59.22%-
XYZ15.3411.532.08-
YUV90.8788.01170.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 61.63%
GREEN value IS 74 (29.30% from 255) = 30.20%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=61.63%
G=30.20%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151742000.510.870.4124.7376.6133.53
Hex974A140335729194d22
Octal22711224063127513111542
Binary1001011110010101010001100111010111101001110011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #974A14; }

 p { color: rgb(151,74,20); }

 H1.HeaderClassName
 {
   color: #974A14;
 }
 .AnyTagClassName
 {
   color: #974A14;
 }
</style>
background-color css

<style>
 a { background-color: #974A14; }

 a { background-color: rgb(151,74,20); }

 div.DivClassName
 {
   background-color: #974A14;
 }
 .BgClassName
 {
   background-color: #974A14;
 }
</style>
border-color css

<style>
 span { border-color: #974A14; }

 span { border-color: rgb(151,74,20); }

 td.TdClassName
 {
   border-color: #974A14;
 }
 .TagClassName
 {
   border-color: #974A14;
 }
</style>