Shades of Saddle Brown #89520C
Tints of Saddle Brown #89520C
RGB
CMYK
RGB Variations
Color information
#89520C (or 0x89520C) is known color: Saddle Brown. HEX triplet: 89, 52 and 0C. RGB value is (137,82,12). Sum of RGB (Red+Green+Blue) = 137+82+12=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #89520C is #76ADF3. Grayscale: #5A5A5A. Windows color (decimal): -7777780 or 807561. OLE color: 807561.
HSL color Cylindrical-coordinate representation of color #89520C: hue angle of 33.6º 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 #89520C is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 12 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.46 |
| HSL | 33.6º | 0.84% | 0.29% | - |
| HSV(B) | 33.6º | 0.91% | 0.54% | - |
| XYZ | 13.4 | 11.38 | 1.84 | - |
| YUV | 90.47 | 83.72 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 12 | 0 | 0.40 | 0.91 | 0.46 | 33.6 | 0.84 | 0.29 |
| Hex | 89 | 52 | C | 0 | 28 | 5B | 2E | 22 | 54 | 1D |
| Octal | 211 | 122 | 14 | 0 | 50 | 133 | 56 | 42 | 124 | 35 |
| Binary | 10001001 | 1010010 | 1100 | 0 | 101000 | 1011011 | 101110 | 100010 | 1010100 | 11101 |
Color Harmonies of #89520C
Complementary color
Monochromatic Colors of #89520C
Black with #89520C
Text Example
Text Example
White with #89520C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89520C; }
p { color: rgb(137,82,12); }
H1.HeaderClassName
{
color: #89520C;
}
.AnyTagClassName
{
color: #89520C;
}
</style>
background-color css
<style>
a { background-color: #89520C; }
a { background-color: rgb(137,82,12); }
div.DivClassName
{
background-color: #89520C;
}
.BgClassName
{
background-color: #89520C;
}
</style>
border-color css
<style>
span { border-color: #89520C; }
span { border-color: rgb(137,82,12); }
td.TdClassName
{
border-color: #89520C;
}
.TagClassName
{
border-color: #89520C;
}
</style>