Shades of Saddle Brown #85510D
Tints of Saddle Brown #85510D
RGB
CMYK
RGB Variations
Color information
#85510D (or 0x85510D) is known color: Saddle Brown. HEX triplet: 85, 51 and 0D. RGB value is (133,81,13). Sum of RGB (Red+Green+Blue) = 133+81+13=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 13 (5.47% from 255 or 5.73% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85510D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85510D is #7AAEF2. Grayscale: #595959. Windows color (decimal): -8040179 or 872837. OLE color: 872837.
HSL color Cylindrical-coordinate representation of color #85510D: hue angle of 34º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85510D is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 13 | - |
| CMYK | 0 | 0.39 | 0.90 | 0.48 |
| HSL | 34º | 0.82% | 0.29% | - |
| HSV(B) | 34º | 0.9% | 0.52% | - |
| XYZ | 12.69 | 10.9 | 1.82 | - |
| YUV | 88.8 | 85.23 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 13 | 0 | 0.39 | 0.90 | 0.48 | 34 | 0.82 | 0.29 |
| Hex | 85 | 51 | D | 0 | 27 | 5A | 30 | 22 | 52 | 1D |
| Octal | 205 | 121 | 15 | 0 | 47 | 132 | 60 | 42 | 122 | 35 |
| Binary | 10000101 | 1010001 | 1101 | 0 | 100111 | 1011010 | 110000 | 100010 | 1010010 | 11101 |
Color Harmonies of #85510D
Complementary color
Monochromatic Colors of #85510D
Black with #85510D
Text Example
Text Example
White with #85510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85510D; }
p { color: rgb(133,81,13); }
H1.HeaderClassName
{
color: #85510D;
}
.AnyTagClassName
{
color: #85510D;
}
</style>
background-color css
<style>
a { background-color: #85510D; }
a { background-color: rgb(133,81,13); }
div.DivClassName
{
background-color: #85510D;
}
.BgClassName
{
background-color: #85510D;
}
</style>
border-color css
<style>
span { border-color: #85510D; }
span { border-color: rgb(133,81,13); }
td.TdClassName
{
border-color: #85510D;
}
.TagClassName
{
border-color: #85510D;
}
</style>