Shades of Saddle Brown #89550A
Tints of Saddle Brown #89550A
RGB
CMYK
RGB Variations
Color information
#89550A (or 0x89550A) is known color: Saddle Brown. HEX triplet: 89, 55 and 0A. RGB value is (137,85,10). Sum of RGB (Red+Green+Blue) = 137+85+10=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #89550A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89550A is #76AAF5. Grayscale: #5C5C5C. Windows color (decimal): -7777014 or 677257. OLE color: 677257.
HSL color Cylindrical-coordinate representation of color #89550A: hue angle of 35.43º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #89550A is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 10 | - |
| CMYK | 0 | 0.38 | 0.93 | 0.46 |
| HSL | 35.43º | 0.86% | 0.29% | - |
| HSV(B) | 35.43º | 0.93% | 0.54% | - |
| XYZ | 13.62 | 11.84 | 1.85 | - |
| YUV | 92 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 10 | 0 | 0.38 | 0.93 | 0.46 | 35.43 | 0.86 | 0.29 |
| Hex | 89 | 55 | A | 0 | 26 | 5D | 2E | 23 | 56 | 1D |
| Octal | 211 | 125 | 12 | 0 | 46 | 135 | 56 | 43 | 126 | 35 |
| Binary | 10001001 | 1010101 | 1010 | 0 | 100110 | 1011101 | 101110 | 100011 | 1010110 | 11101 |
Color Harmonies of #89550A
Complementary color
Monochromatic Colors of #89550A
Black with #89550A
Text Example
Text Example
White with #89550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89550A; }
p { color: rgb(137,85,10); }
H1.HeaderClassName
{
color: #89550A;
}
.AnyTagClassName
{
color: #89550A;
}
</style>
background-color css
<style>
a { background-color: #89550A; }
a { background-color: rgb(137,85,10); }
div.DivClassName
{
background-color: #89550A;
}
.BgClassName
{
background-color: #89550A;
}
</style>
border-color css
<style>
span { border-color: #89550A; }
span { border-color: rgb(137,85,10); }
td.TdClassName
{
border-color: #89550A;
}
.TagClassName
{
border-color: #89550A;
}
</style>