Shades of Saddle Brown #85360B
Tints of Saddle Brown #85360B
RGB
CMYK
RGB Variations
Color information
#85360B (or 0x85360B) is known color: Saddle Brown. HEX triplet: 85, 36 and 0B. RGB value is (133,54,11). Sum of RGB (Red+Green+Blue) = 133+54+11=198 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.17% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 133 - color contains mainly: red. Hex color #85360B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85360B is #7AC9F4. Grayscale: #484848. Windows color (decimal): -8047093 or 734853. OLE color: 734853.
HSL color Cylindrical-coordinate representation of color #85360B: hue angle of 21.15º 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 #85360B is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 54 | 11 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.48 |
| HSL | 21.15º | 0.85% | 0.28% | - |
| HSV(B) | 21.15º | 0.92% | 0.52% | - |
| XYZ | 11.05 | 7.65 | 1.21 | - |
| YUV | 72.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 54 | 11 | 0 | 0.59 | 0.92 | 0.48 | 21.15 | 0.85 | 0.28 |
| Hex | 85 | 36 | B | 0 | 3B | 5C | 30 | 15 | 55 | 1C |
| Octal | 205 | 66 | 13 | 0 | 73 | 134 | 60 | 25 | 125 | 34 |
| Binary | 10000101 | 110110 | 1011 | 0 | 111011 | 1011100 | 110000 | 10101 | 1010101 | 11100 |
Color Harmonies of #85360B
Complementary color
Monochromatic Colors of #85360B
Black with #85360B
Text Example
Text Example
White with #85360B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85360B; }
p { color: rgb(133,54,11); }
H1.HeaderClassName
{
color: #85360B;
}
.AnyTagClassName
{
color: #85360B;
}
</style>
background-color css
<style>
a { background-color: #85360B; }
a { background-color: rgb(133,54,11); }
div.DivClassName
{
background-color: #85360B;
}
.BgClassName
{
background-color: #85360B;
}
</style>
border-color css
<style>
span { border-color: #85360B; }
span { border-color: rgb(133,54,11); }
td.TdClassName
{
border-color: #85360B;
}
.TagClassName
{
border-color: #85360B;
}
</style>