#974A18

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

Shades of Saddle Brown #974A18

Tints of Saddle Brown #974A18

Color information

#974A18 (or 0x974A18) is unknown color: approx Saddle Brown. HEX triplet: 97, 4A and 18. RGB value is (151,74,24). Sum of RGB (Red+Green+Blue) = 151+74+24=249 (32% of max value = 765). Red value is 151 (59.38% from 255 or 60.64% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 24 (9.77% from 255 or 9.64% from 249); Max value from RGB is 151 - color contains mainly: red. Hex color #974A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #974A18 is #68B5E7. Grayscale: #5B5B5B. Windows color (decimal): -6862312 or 1591959. OLE color: 1591959.

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

Color convert

RGB1517424-
CMYK00.510.840.41
HSL23.62º72.57%34.31%-
HSV(B)23.62º84.11%59.22%-
XYZ15.3811.542.28-
YUV91.3290.01170.57-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.64%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 24 (9.77% from 255) = 9.64%
R=60.64%
G=29.72%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151742400.510.840.4123.6272.5734.31
Hex974A180335429184922
Octal22711230063124513011142
Binary1001011110010101100001100111010100101001110001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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