#894F0F

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

Shades of Saddle Brown #894F0F

Tints of Saddle Brown #894F0F

Color information

#894F0F (or 0x894F0F) is unknown color: approx Saddle Brown. HEX triplet: 89, 4F and 0F. RGB value is (137,79,15). Sum of RGB (Red+Green+Blue) = 137+79+15=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #894F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #894F0F is #76B0F0. Grayscale: #595959. Windows color (decimal): -7778545 or 1003401. OLE color: 1003401.

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

Color convert

RGB1377915-
CMYK00.420.890.46
HSL31.48º80.26%29.8%-
HSV(B)31.48º89.05%53.73%-
XYZ13.210.941.87-
YUV89.0586.22162.2-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 59.31%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=59.31%
G=34.20%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137791500.420.890.4631.4880.2629.8
Hex894FF02A592E1f501e
Octal21111717052131563712036
Binary10001001100111111110101010101100110111011111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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