Shades of Saddle Brown #85510B
Tints of Saddle Brown #85510B
RGB
CMYK
RGB Variations
Color information
#85510B (or 0x85510B) is known color: Saddle Brown. HEX triplet: 85, 51 and 0B. RGB value is (133,81,11). Sum of RGB (Red+Green+Blue) = 133+81+11=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85510B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85510B is #7AAEF4. Grayscale: #585858. Windows color (decimal): -8040181 or 741765. OLE color: 741765.
HSL color Cylindrical-coordinate representation of color #85510B: hue angle of 34.43º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85510B is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 11 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.48 |
| HSL | 34.43º | 0.85% | 0.28% | - |
| HSV(B) | 34.43º | 0.92% | 0.52% | - |
| XYZ | 12.68 | 10.9 | 1.75 | - |
| YUV | 88.57 | 84.23 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 11 | 0 | 0.39 | 0.92 | 0.48 | 34.43 | 0.85 | 0.28 |
| Hex | 85 | 51 | B | 0 | 27 | 5C | 30 | 22 | 55 | 1C |
| Octal | 205 | 121 | 13 | 0 | 47 | 134 | 60 | 42 | 125 | 34 |
| Binary | 10000101 | 1010001 | 1011 | 0 | 100111 | 1011100 | 110000 | 100010 | 1010101 | 11100 |
Color Harmonies of #85510B
Complementary color
Monochromatic Colors of #85510B
Black with #85510B
Text Example
Text Example
White with #85510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85510B; }
p { color: rgb(133,81,11); }
H1.HeaderClassName
{
color: #85510B;
}
.AnyTagClassName
{
color: #85510B;
}
</style>
background-color css
<style>
a { background-color: #85510B; }
a { background-color: rgb(133,81,11); }
div.DivClassName
{
background-color: #85510B;
}
.BgClassName
{
background-color: #85510B;
}
</style>
border-color css
<style>
span { border-color: #85510B; }
span { border-color: rgb(133,81,11); }
td.TdClassName
{
border-color: #85510B;
}
.TagClassName
{
border-color: #85510B;
}
</style>