#894E06

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

Shades of Saddle Brown #894E06

Tints of Saddle Brown #894E06

Color information

#894E06 (or 0x894E06) is unknown color: approx Saddle Brown. HEX triplet: 89, 4E and 06. RGB value is (137,78,6). Sum of RGB (Red+Green+Blue) = 137+78+6=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 6 (2.73% from 255 or 2.71% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #894E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894E06 is #76B1F9. Grayscale: #575757. Windows color (decimal): -7778810 or 413321. OLE color: 413321.

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

Color convert

RGB137786-
CMYK00.430.960.46
HSL32.98º91.61%28.04%-
HSV(B)32.98º95.62%53.73%-
XYZ13.0710.781.56-
YUV87.4382.05163.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 61.99%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 6 (2.73% from 255) = 2.71%
R=61.99%
G=35.29%
B=2.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.96
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13778600.430.960.4632.9891.6128.04
Hex894E602B602E215c1c
Octal2111166053140564113434
Binary10001001100111011001010111100000101110100001101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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