#894E0F

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

Shades of Saddle Brown #894E0F

Tints of Saddle Brown #894E0F

Color information

#894E0F (or 0x894E0F) is unknown color: approx Saddle Brown. HEX triplet: 89, 4E and 0F. RGB value is (137,78,15). Sum of RGB (Red+Green+Blue) = 137+78+15=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #894E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894E0F is #76B1F0. Grayscale: #585858. Windows color (decimal): -7778801 or 1003145. OLE color: 1003145.

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

Color convert

RGB1377815-
CMYK00.430.890.46
HSL30.98º80.26%29.8%-
HSV(B)30.98º89.05%53.73%-
XYZ13.1310.81.84-
YUV88.4686.55162.62-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.57%
GREEN value IS 78 (30.86% from 255) = 33.91%
BLUE value IS 15 (6.25% from 255) = 6.52%
R=59.57%
G=33.91%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137781500.430.890.4630.9880.2629.8
Hex894EF02B592E1f501e
Octal21111617053131563712036
Binary10001001100111011110101011101100110111011111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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