#894E14

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

Shades of Saddle Brown #894E14

Tints of Saddle Brown #894E14

Color information

#894E14 (or 0x894E14) is unknown color: approx Saddle Brown. HEX triplet: 89, 4E and 14. RGB value is (137,78,20). Sum of RGB (Red+Green+Blue) = 137+78+20=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #894E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894E14 is #76B1EB. Grayscale: #595959. Windows color (decimal): -7778796 or 1330825. OLE color: 1330825.

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

Color convert

RGB1377820-
CMYK00.430.850.46
HSL29.74º74.52%30.78%-
HSV(B)29.74º85.4%53.73%-
XYZ13.1710.822.06-
YUV89.0389.05162.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 20 (8.20% from 255) = 8.51%
R=58.30%
G=33.19%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137782000.430.850.4629.7474.5230.78
Hex894E1402B552E1e4b1f
Octal21111624053125563611337
Binary100010011001110101000101011101010110111011110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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