Shades of Saddle Brown #85510E
Tints of Saddle Brown #85510E
RGB
CMYK
RGB Variations
Color information
#85510E (or 0x85510E) is known color: Saddle Brown. HEX triplet: 85, 51 and 0E. RGB value is (133,81,14). Sum of RGB (Red+Green+Blue) = 133+81+14=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85510E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85510E is #7AAEF1. Grayscale: #595959. Windows color (decimal): -8040178 or 938373. OLE color: 938373.
HSL color Cylindrical-coordinate representation of color #85510E: hue angle of 33.78º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #85510E is Cyan = 0, Magento = 0.39, Yellow = 0.89 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 14 | - |
| CMYK | 0 | 0.39 | 0.89 | 0.48 |
| HSL | 33.78º | 0.81% | 0.29% | - |
| HSV(B) | 33.78º | 0.89% | 0.52% | - |
| XYZ | 12.69 | 10.9 | 1.85 | - |
| YUV | 88.91 | 85.73 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 14 | 0 | 0.39 | 0.89 | 0.48 | 33.78 | 0.81 | 0.29 |
| Hex | 85 | 51 | E | 0 | 27 | 59 | 30 | 22 | 51 | 1D |
| Octal | 205 | 121 | 16 | 0 | 47 | 131 | 60 | 42 | 121 | 35 |
| Binary | 10000101 | 1010001 | 1110 | 0 | 100111 | 1011001 | 110000 | 100010 | 1010001 | 11101 |
Color Harmonies of #85510E
Complementary color
Monochromatic Colors of #85510E
Black with #85510E
Text Example
Text Example
White with #85510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85510E; }
p { color: rgb(133,81,14); }
H1.HeaderClassName
{
color: #85510E;
}
.AnyTagClassName
{
color: #85510E;
}
</style>
background-color css
<style>
a { background-color: #85510E; }
a { background-color: rgb(133,81,14); }
div.DivClassName
{
background-color: #85510E;
}
.BgClassName
{
background-color: #85510E;
}
</style>
border-color css
<style>
span { border-color: #85510E; }
span { border-color: rgb(133,81,14); }
td.TdClassName
{
border-color: #85510E;
}
.TagClassName
{
border-color: #85510E;
}
</style>