#894E00

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

Shades of Saddle Brown #894E00

Tints of Saddle Brown #894E00

Color information

#894E00 (or 0x894E00) is unknown color: approx Saddle Brown. HEX triplet: 89, 4E and 00. RGB value is (137,78,0). Sum of RGB (Red+Green+Blue) = 137+78+0=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #894E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894E00 is #76B1FF. Grayscale: #575757. Windows color (decimal): -7778816 or 20105. OLE color: 20105.

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

Color convert

RGB137780-
CMYK00.4310.46
HSL34.16º100%26.86%-
HSV(B)34.16º100%53.73%-
XYZ13.0410.771.39-
YUV86.7579.05163.84-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 63.72%
GREEN value IS 78 (30.86% from 255) = 36.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=63.72%
G=36.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13778000.4310.4634.1610026.86
Hex894E002B642E22641b
Octal2111160053144564214433
Binary100010011001110001010111100100101110100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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