Shades of Saddle Brown #875611
Tints of Saddle Brown #875611
RGB
CMYK
RGB Variations
Color information
#875611 (or 0x875611) is known color: Saddle Brown. HEX triplet: 87, 56 and 11. RGB value is (135,86,17). Sum of RGB (Red+Green+Blue) = 135+86+17=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 17 (7.03% from 255 or 7.14% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #875611 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875611 is #78A9EE. Grayscale: #5D5D5D. Windows color (decimal): -7907823 or 1136263. OLE color: 1136263.
HSL color Cylindrical-coordinate representation of color #875611: hue angle of 35.08º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #875611 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 86 | 17 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.47 |
| HSL | 35.08º | 0.78% | 0.3% | - |
| HSV(B) | 35.08º | 0.87% | 0.53% | - |
| XYZ | 13.42 | 11.85 | 2.11 | - |
| YUV | 92.79 | 85.23 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 17 | 0 | 0.36 | 0.87 | 0.47 | 35.08 | 0.78 | 0.3 |
| Hex | 87 | 56 | 11 | 0 | 24 | 57 | 2F | 23 | 4E | 1E |
| Octal | 207 | 126 | 21 | 0 | 44 | 127 | 57 | 43 | 116 | 36 |
| Binary | 10000111 | 1010110 | 10001 | 0 | 100100 | 1010111 | 101111 | 100011 | 1001110 | 11110 |
Color Harmonies of #875611
Complementary color
Monochromatic Colors of #875611
Black with #875611
Text Example
Text Example
White with #875611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875611; }
p { color: rgb(135,86,17); }
H1.HeaderClassName
{
color: #875611;
}
.AnyTagClassName
{
color: #875611;
}
</style>
background-color css
<style>
a { background-color: #875611; }
a { background-color: rgb(135,86,17); }
div.DivClassName
{
background-color: #875611;
}
.BgClassName
{
background-color: #875611;
}
</style>
border-color css
<style>
span { border-color: #875611; }
span { border-color: rgb(135,86,17); }
td.TdClassName
{
border-color: #875611;
}
.TagClassName
{
border-color: #875611;
}
</style>