Shades of Russet #855215
Tints of Russet #855215
RGB
CMYK
RGB Variations
Color information
#855215 (or 0x855215) is known color: Russet. HEX triplet: 85, 52 and 15. RGB value is (133,82,21). Sum of RGB (Red+Green+Blue) = 133+82+21=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855215 is #7AADEA. Grayscale: #5A5A5A. Windows color (decimal): -8039915 or 1397381. OLE color: 1397381.
HSL color Cylindrical-coordinate representation of color #855215: hue angle of 32.68º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #855215 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 21 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.48 |
| HSL | 32.68º | 0.73% | 0.3% | - |
| HSV(B) | 32.68º | 0.84% | 0.52% | - |
| XYZ | 12.83 | 11.08 | 2.17 | - |
| YUV | 90.3 | 88.9 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 21 | 0 | 0.38 | 0.84 | 0.48 | 32.68 | 0.73 | 0.3 |
| Hex | 85 | 52 | 15 | 0 | 26 | 54 | 30 | 21 | 49 | 1E |
| Octal | 205 | 122 | 25 | 0 | 46 | 124 | 60 | 41 | 111 | 36 |
| Binary | 10000101 | 1010010 | 10101 | 0 | 100110 | 1010100 | 110000 | 100001 | 1001001 | 11110 |
Color Harmonies of #855215
Complementary color
Monochromatic Colors of #855215
Black with #855215
Text Example
Text Example
White with #855215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855215; }
p { color: rgb(133,82,21); }
H1.HeaderClassName
{
color: #855215;
}
.AnyTagClassName
{
color: #855215;
}
</style>
background-color css
<style>
a { background-color: #855215; }
a { background-color: rgb(133,82,21); }
div.DivClassName
{
background-color: #855215;
}
.BgClassName
{
background-color: #855215;
}
</style>
border-color css
<style>
span { border-color: #855215; }
span { border-color: rgb(133,82,21); }
td.TdClassName
{
border-color: #855215;
}
.TagClassName
{
border-color: #855215;
}
</style>