Shades of Saddle Brown #855211
Tints of Saddle Brown #855211
RGB
CMYK
RGB Variations
Color information
#855211 (or 0x855211) is known color: Saddle Brown. HEX triplet: 85, 52 and 11. RGB value is (133,82,17). Sum of RGB (Red+Green+Blue) = 133+82+17=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855211 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855211 is #7AADEE. Grayscale: #5A5A5A. Windows color (decimal): -8039919 or 1135237. OLE color: 1135237.
HSL color Cylindrical-coordinate representation of color #855211: hue angle of 33.62º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #855211 is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 17 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.48 |
| HSL | 33.62º | 0.77% | 0.29% | - |
| HSV(B) | 33.62º | 0.87% | 0.52% | - |
| XYZ | 12.79 | 11.06 | 1.99 | - |
| YUV | 89.84 | 86.9 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 17 | 0 | 0.38 | 0.87 | 0.48 | 33.62 | 0.77 | 0.29 |
| Hex | 85 | 52 | 11 | 0 | 26 | 57 | 30 | 22 | 4D | 1D |
| Octal | 205 | 122 | 21 | 0 | 46 | 127 | 60 | 42 | 115 | 35 |
| Binary | 10000101 | 1010010 | 10001 | 0 | 100110 | 1010111 | 110000 | 100010 | 1001101 | 11101 |
Color Harmonies of #855211
Complementary color
Monochromatic Colors of #855211
Black with #855211
Text Example
Text Example
White with #855211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855211; }
p { color: rgb(133,82,17); }
H1.HeaderClassName
{
color: #855211;
}
.AnyTagClassName
{
color: #855211;
}
</style>
background-color css
<style>
a { background-color: #855211; }
a { background-color: rgb(133,82,17); }
div.DivClassName
{
background-color: #855211;
}
.BgClassName
{
background-color: #855211;
}
</style>
border-color css
<style>
span { border-color: #855211; }
span { border-color: rgb(133,82,17); }
td.TdClassName
{
border-color: #855211;
}
.TagClassName
{
border-color: #855211;
}
</style>