Shades of Saddle Brown #855210
Tints of Saddle Brown #855210
RGB
CMYK
RGB Variations
Color information
#855210 (or 0x855210) is known color: Saddle Brown. HEX triplet: 85, 52 and 10. RGB value is (133,82,16). Sum of RGB (Red+Green+Blue) = 133+82+16=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 82 (32.42% from 255 or 35.50% from 231); Blue value is 16 (6.64% from 255 or 6.93% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #855210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855210 is #7AADEF. Grayscale: #5A5A5A. Windows color (decimal): -8039920 or 1069701. OLE color: 1069701.
HSL color Cylindrical-coordinate representation of color #855210: hue angle of 33.85º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #855210 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 16 | - |
| CMYK | 0 | 0.38 | 0.88 | 0.48 |
| HSL | 33.85º | 0.79% | 0.29% | - |
| HSV(B) | 33.85º | 0.88% | 0.52% | - |
| XYZ | 12.78 | 11.06 | 1.95 | - |
| YUV | 89.73 | 86.4 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 16 | 0 | 0.38 | 0.88 | 0.48 | 33.85 | 0.79 | 0.29 |
| Hex | 85 | 52 | 10 | 0 | 26 | 58 | 30 | 22 | 4F | 1D |
| Octal | 205 | 122 | 20 | 0 | 46 | 130 | 60 | 42 | 117 | 35 |
| Binary | 10000101 | 1010010 | 10000 | 0 | 100110 | 1011000 | 110000 | 100010 | 1001111 | 11101 |
Color Harmonies of #855210
Complementary color
Monochromatic Colors of #855210
Black with #855210
Text Example
Text Example
White with #855210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855210; }
p { color: rgb(133,82,16); }
H1.HeaderClassName
{
color: #855210;
}
.AnyTagClassName
{
color: #855210;
}
</style>
background-color css
<style>
a { background-color: #855210; }
a { background-color: rgb(133,82,16); }
div.DivClassName
{
background-color: #855210;
}
.BgClassName
{
background-color: #855210;
}
</style>
border-color css
<style>
span { border-color: #855210; }
span { border-color: rgb(133,82,16); }
td.TdClassName
{
border-color: #855210;
}
.TagClassName
{
border-color: #855210;
}
</style>