#89560E

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

Shades of Saddle Brown #89560E

Tints of Saddle Brown #89560E

Color information

#89560E (or 0x89560E) is unknown color: approx Saddle Brown. HEX triplet: 89, 56 and 0E. RGB value is (137,86,14). Sum of RGB (Red+Green+Blue) = 137+86+14=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 86 (33.98% from 255 or 36.29% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #89560E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89560E is #76A9F1. Grayscale: #5D5D5D. Windows color (decimal): -7776754 or 939657. OLE color: 939657.

HSL color Cylindrical-coordinate representation of color #89560E: hue angle of 35.12º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #89560E is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1378614-
CMYK00.370.900.46
HSL35.12º81.46%29.61%-
HSV(B)35.12º89.78%53.73%-
XYZ13.7212.012.01-
YUV93.0483.4159.35-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 57.81%
GREEN value IS 86 (33.98% from 255) = 36.29%
BLUE value IS 14 (5.86% from 255) = 5.91%
R=57.81%
G=36.29%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137861400.370.900.4635.1281.4629.61
Hex8956E0255A2E23511e
Octal21112616045132564312136
Binary100010011010110111001001011011010101110100011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89560E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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