#894810

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

Shades of Saddle Brown #894810

Tints of Saddle Brown #894810

Color information

#894810 (or 0x894810) is unknown color: approx Saddle Brown. HEX triplet: 89, 48 and 10. RGB value is (137,72,16). Sum of RGB (Red+Green+Blue) = 137+72+16=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #894810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #894810 is #76B7EF. Grayscale: #555555. Windows color (decimal): -7780336 or 1067145. OLE color: 1067145.

HSL color Cylindrical-coordinate representation of color #894810: hue angle of 27.77º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #894810 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB1377216-
CMYK00.470.880.46
HSL27.77º79.08%30%-
HSV(B)27.77º88.32%53.73%-
XYZ12.739.991.75-
YUV85.0589.03165.05-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 60.89%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 16 (6.64% from 255) = 7.11%
R=60.89%
G=32%
B=7.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137721600.470.880.4627.7779.0830
Hex89481002F582E1c4f1e
Octal21111020057130563411736
Binary100010011001000100000101111101100010111011100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894810; }

 p { color: rgb(137,72,16); }

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

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

 a { background-color: rgb(137,72,16); }

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

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

 span { border-color: rgb(137,72,16); }

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