#974D18

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

Shades of Saddle Brown #974D18

Tints of Saddle Brown #974D18

Color information

#974D18 (or 0x974D18) is unknown color: approx Saddle Brown. HEX triplet: 97, 4D and 18. RGB value is (151,77,24). Sum of RGB (Red+Green+Blue) = 151+77+24=252 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.92% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 151 - color contains mainly: red. Hex color #974D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #974D18 is #68B2E7. Grayscale: #5D5D5D. Windows color (decimal): -6861544 or 1592727. OLE color: 1592727.

HSL color Cylindrical-coordinate representation of color #974D18: hue angle of 25.04º 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 #974D18 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.41.

Color convert

RGB1517724-
CMYK00.490.840.41
HSL25.04º72.57%34.31%-
HSV(B)25.04º84.11%59.22%-
XYZ15.5811.952.35-
YUV93.0889.02169.31-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.92%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=59.92%
G=30.56%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.84
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151772400.490.840.4125.0472.5734.31
Hex974D180315429194922
Octal22711530061124513111142
Binary1001011110011011100001100011010100101001110011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #974D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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