#89550E

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

Shades of Saddle Brown #89550E

Tints of Saddle Brown #89550E

Color information

#89550E (or 0x89550E) is unknown color: approx Saddle Brown. HEX triplet: 89, 55 and 0E. RGB value is (137,85,14). Sum of RGB (Red+Green+Blue) = 137+85+14=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #89550E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89550E is #76AAF1. Grayscale: #5C5C5C. Windows color (decimal): -7777010 or 939401. OLE color: 939401.

HSL color Cylindrical-coordinate representation of color #89550E: hue angle of 34.63º 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 #89550E is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.46.

Color convert

RGB1378514-
CMYK00.380.900.46
HSL34.63º81.46%29.61%-
HSV(B)34.63º89.78%53.73%-
XYZ13.6411.851.98-
YUV92.4583.73159.77-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 58.05%
GREEN value IS 85 (33.59% from 255) = 36.02%
BLUE value IS 14 (5.86% from 255) = 5.93%
R=58.05%
G=36.02%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.90
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137851400.380.900.4634.6381.4629.61
Hex8955E0265A2E23511e
Octal21112516046132564312136
Binary100010011010101111001001101011010101110100011101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89550E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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