#894E16

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

Shades of Saddle Brown #894E16

Tints of Saddle Brown #894E16

Color information

#894E16 (or 0x894E16) is unknown color: approx Saddle Brown. HEX triplet: 89, 4E and 16. RGB value is (137,78,22). Sum of RGB (Red+Green+Blue) = 137+78+22=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #894E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894E16 is #76B1E9. Grayscale: #595959. Windows color (decimal): -7778794 or 1461897. OLE color: 1461897.

HSL color Cylindrical-coordinate representation of color #894E16: hue angle of 29.22º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #894E16 is Cyan = 0, Magento = 0.43, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB1377822-
CMYK00.430.840.46
HSL29.22º72.33%31.18%-
HSV(B)29.22º83.94%53.73%-
XYZ13.1910.832.15-
YUV89.2690.05162.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 78 (30.86% from 255) = 32.91%
BLUE value IS 22 (8.98% from 255) = 9.28%
R=57.81%
G=32.91%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137782200.430.840.4629.2272.3331.18
Hex894E1602B542E1d481f
Octal21111626053124563511037
Binary100010011001110101100101011101010010111011101100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894E16; }

 p { color: rgb(137,78,22); }

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

<style>
 a { background-color: #894E16; }

 a { background-color: rgb(137,78,22); }

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

<style>
 span { border-color: #894E16; }

 span { border-color: rgb(137,78,22); }

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