#894F11

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

Shades of Saddle Brown #894F11

Tints of Saddle Brown #894F11

Color information

#894F11 (or 0x894F11) is unknown color: approx Saddle Brown. HEX triplet: 89, 4F and 11. RGB value is (137,79,17). Sum of RGB (Red+Green+Blue) = 137+79+17=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #894F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894F11 is #76B0EE. Grayscale: #595959. Windows color (decimal): -7778543 or 1134473. OLE color: 1134473.

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

Color convert

RGB1377917-
CMYK00.420.880.46
HSL31º77.92%30.2%-
HSV(B)31º87.59%53.73%-
XYZ13.2110.951.95-
YUV89.2787.22162.04-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.80%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 17 (7.03% from 255) = 7.30%
R=58.80%
G=33.91%
B=7.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137791700.420.880.463177.9230.2
Hex894F1102A582E1f4e1e
Octal21111721052130563711636
Binary100010011001111100010101010101100010111011111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,79,17); }

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

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

 a { background-color: rgb(137,79,17); }

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

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

 span { border-color: rgb(137,79,17); }

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