Shades of Saddle Brown #895205
Tints of Saddle Brown #895205
RGB
CMYK
RGB Variations
Color information
#895205 (or 0x895205) is known color: Saddle Brown. HEX triplet: 89, 52 and 05. RGB value is (137,82,5). Sum of RGB (Red+Green+Blue) = 137+82+5=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #895205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #895205 is #76ADFA. Grayscale: #5A5A5A. Windows color (decimal): -7777787 or 348809. OLE color: 348809.
HSL color Cylindrical-coordinate representation of color #895205: hue angle of 35º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #895205 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 82 | 5 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.46 |
| HSL | 35º | 0.93% | 0.28% | - |
| HSV(B) | 35º | 0.96% | 0.54% | - |
| XYZ | 13.36 | 11.36 | 1.63 | - |
| YUV | 89.67 | 80.22 | 161.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 5 | 0 | 0.40 | 0.96 | 0.46 | 35 | 0.93 | 0.28 |
| Hex | 89 | 52 | 5 | 0 | 28 | 60 | 2E | 23 | 5D | 1C |
| Octal | 211 | 122 | 5 | 0 | 50 | 140 | 56 | 43 | 135 | 34 |
| Binary | 10001001 | 1010010 | 101 | 0 | 101000 | 1100000 | 101110 | 100011 | 1011101 | 11100 |
Color Harmonies of #895205
Complementary color
Monochromatic Colors of #895205
Black with #895205
Text Example
Text Example
White with #895205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895205; }
p { color: rgb(137,82,5); }
H1.HeaderClassName
{
color: #895205;
}
.AnyTagClassName
{
color: #895205;
}
</style>
background-color css
<style>
a { background-color: #895205; }
a { background-color: rgb(137,82,5); }
div.DivClassName
{
background-color: #895205;
}
.BgClassName
{
background-color: #895205;
}
</style>
border-color css
<style>
span { border-color: #895205; }
span { border-color: rgb(137,82,5); }
td.TdClassName
{
border-color: #895205;
}
.TagClassName
{
border-color: #895205;
}
</style>