#894C0F

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

Shades of Saddle Brown #894C0F

Tints of Saddle Brown #894C0F

Color information

#894C0F (or 0x894C0F) is unknown color: approx Saddle Brown. HEX triplet: 89, 4C and 0F. RGB value is (137,76,15). Sum of RGB (Red+Green+Blue) = 137+76+15=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #894C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894C0F is #76B3F0. Grayscale: #575757. Windows color (decimal): -7779313 or 1002633. OLE color: 1002633.

HSL color Cylindrical-coordinate representation of color #894C0F: hue angle of 30º 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 #894C0F is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.46.

Color convert

RGB1377615-
CMYK00.450.890.46
HSL30º80.26%29.8%-
HSV(B)30º89.05%53.73%-
XYZ12.9910.521.8-
YUV87.2887.21163.46-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.09%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 6.58%
R=60.09%
G=33.33%
B=6.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137761500.450.890.463080.2629.8
Hex894CF02D592E1e501e
Octal21111417055131563612036
Binary10001001100110011110101101101100110111011110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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