#894F0E

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

Shades of Saddle Brown #894F0E

Tints of Saddle Brown #894F0E

Color information

#894F0E (or 0x894F0E) is unknown color: approx Saddle Brown. HEX triplet: 89, 4F and 0E. RGB value is (137,79,14). Sum of RGB (Red+Green+Blue) = 137+79+14=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 79 (31.25% from 255 or 34.35% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #894F0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894F0E is #76B0F1. Grayscale: #595959. Windows color (decimal): -7778546 or 937865. OLE color: 937865.

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

Color convert

RGB1377914-
CMYK00.420.900.46
HSL31.71º81.46%29.61%-
HSV(B)31.71º89.78%53.73%-
XYZ13.1910.941.83-
YUV88.9385.72162.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 79 (31.25% from 255) = 34.35%
BLUE value IS 14 (5.86% from 255) = 6.09%
R=59.57%
G=34.35%
B=6.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137791400.420.900.4631.7181.4629.61
Hex894FE02A5A2E20511e
Octal21111716052132564012136
Binary100010011001111111001010101011010101110100000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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