#89560C

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

Shades of Saddle Brown #89560C

Tints of Saddle Brown #89560C

Color information

#89560C (or 0x89560C) is unknown color: approx Saddle Brown. HEX triplet: 89, 56 and 0C. RGB value is (137,86,12). Sum of RGB (Red+Green+Blue) = 137+86+12=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 12 (5.08% from 255 or 5.11% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89560C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89560C is #76A9F3. Grayscale: #5D5D5D. Windows color (decimal): -7776756 or 808585. OLE color: 808585.

HSL color Cylindrical-coordinate representation of color #89560C: hue angle of 35.52º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #89560C is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1378612-
CMYK00.370.910.46
HSL35.52º83.89%29.22%-
HSV(B)35.52º91.24%53.73%-
XYZ13.71121.94-
YUV92.8182.4159.52-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.30%
GREEN value IS 86 (33.98% from 255) = 36.60%
BLUE value IS 12 (5.08% from 255) = 5.11%
R=58.30%
G=36.60%
B=5.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137861200.370.910.4635.5283.8929.22
Hex8956C0255B2E24541d
Octal21112614045133564412435
Binary100010011010110110001001011011011101110100100101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89560C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89560C; }

 p { color: rgb(137,86,12); }

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

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

 a { background-color: rgb(137,86,12); }

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

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

 span { border-color: rgb(137,86,12); }

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