Shades of Saddle Brown #85500B
Tints of Saddle Brown #85500B
RGB
CMYK
RGB Variations
Color information
#85500B (or 0x85500B) is known color: Saddle Brown. HEX triplet: 85, 50 and 0B. RGB value is (133,80,11). Sum of RGB (Red+Green+Blue) = 133+80+11=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #85500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85500B is #7AAFF4. Grayscale: #585858. Windows color (decimal): -8040437 or 741509. OLE color: 741509.
HSL color Cylindrical-coordinate representation of color #85500B: hue angle of 33.93º 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 #85500B is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 11 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.48 |
| HSL | 33.93º | 0.85% | 0.28% | - |
| HSV(B) | 33.93º | 0.92% | 0.52% | - |
| XYZ | 12.6 | 10.75 | 1.73 | - |
| YUV | 87.98 | 84.56 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 11 | 0 | 0.40 | 0.92 | 0.48 | 33.93 | 0.85 | 0.28 |
| Hex | 85 | 50 | B | 0 | 28 | 5C | 30 | 22 | 55 | 1C |
| Octal | 205 | 120 | 13 | 0 | 50 | 134 | 60 | 42 | 125 | 34 |
| Binary | 10000101 | 1010000 | 1011 | 0 | 101000 | 1011100 | 110000 | 100010 | 1010101 | 11100 |
Color Harmonies of #85500B
Complementary color
Monochromatic Colors of #85500B
Black with #85500B
Text Example
Text Example
White with #85500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85500B; }
p { color: rgb(133,80,11); }
H1.HeaderClassName
{
color: #85500B;
}
.AnyTagClassName
{
color: #85500B;
}
</style>
background-color css
<style>
a { background-color: #85500B; }
a { background-color: rgb(133,80,11); }
div.DivClassName
{
background-color: #85500B;
}
.BgClassName
{
background-color: #85500B;
}
</style>
border-color css
<style>
span { border-color: #85500B; }
span { border-color: rgb(133,80,11); }
td.TdClassName
{
border-color: #85500B;
}
.TagClassName
{
border-color: #85500B;
}
</style>