#894C12

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

Shades of Saddle Brown #894C12

Tints of Saddle Brown #894C12

Color information

#894C12 (or 0x894C12) is unknown color: approx Saddle Brown. HEX triplet: 89, 4C and 12. RGB value is (137,76,18). Sum of RGB (Red+Green+Blue) = 137+76+18=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #894C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894C12 is #76B3ED. Grayscale: #575757. Windows color (decimal): -7779310 or 1199241. OLE color: 1199241.

HSL color Cylindrical-coordinate representation of color #894C12: hue angle of 29.24º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #894C12 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.46.

Color convert

RGB1377618-
CMYK00.450.870.46
HSL29.24º76.77%30.39%-
HSV(B)29.24º86.86%53.73%-
XYZ13.0110.531.92-
YUV87.6388.71163.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 18 (7.42% from 255) = 7.79%
R=59.31%
G=32.90%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.87
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137761800.450.870.4629.2476.7730.39
Hex894C1202D572E1d4d1e
Octal21111422055127563511536
Binary100010011001100100100101101101011110111011101100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,76,18); }

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

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

 a { background-color: rgb(137,76,18); }

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

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

 span { border-color: rgb(137,76,18); }

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