Shades of Saddle Brown #85370B
Tints of Saddle Brown #85370B
RGB
CMYK
RGB Variations
Color information
#85370B (or 0x85370B) is known color: Saddle Brown. HEX triplet: 85, 37 and 0B. RGB value is (133,55,11). Sum of RGB (Red+Green+Blue) = 133+55+11=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #85370B is #7AC8F4. Grayscale: #494949. Windows color (decimal): -8046837 or 735109. OLE color: 735109.
HSL color Cylindrical-coordinate representation of color #85370B: hue angle of 21.64º 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 #85370B is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 11 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.48 |
| HSL | 21.64º | 0.85% | 0.28% | - |
| HSV(B) | 21.64º | 0.92% | 0.52% | - |
| XYZ | 11.1 | 7.74 | 1.23 | - |
| YUV | 73.31 | 92.84 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 11 | 0 | 0.59 | 0.92 | 0.48 | 21.64 | 0.85 | 0.28 |
| Hex | 85 | 37 | B | 0 | 3B | 5C | 30 | 16 | 55 | 1C |
| Octal | 205 | 67 | 13 | 0 | 73 | 134 | 60 | 26 | 125 | 34 |
| Binary | 10000101 | 110111 | 1011 | 0 | 111011 | 1011100 | 110000 | 10110 | 1010101 | 11100 |
Color Harmonies of #85370B
Complementary color
Monochromatic Colors of #85370B
Black with #85370B
Text Example
Text Example
White with #85370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85370B; }
p { color: rgb(133,55,11); }
H1.HeaderClassName
{
color: #85370B;
}
.AnyTagClassName
{
color: #85370B;
}
</style>
background-color css
<style>
a { background-color: #85370B; }
a { background-color: rgb(133,55,11); }
div.DivClassName
{
background-color: #85370B;
}
.BgClassName
{
background-color: #85370B;
}
</style>
border-color css
<style>
span { border-color: #85370B; }
span { border-color: rgb(133,55,11); }
td.TdClassName
{
border-color: #85370B;
}
.TagClassName
{
border-color: #85370B;
}
</style>