Shades of Russet #855218
Tints of Russet #855218
RGB
CMYK
RGB Variations
Color information
#855218 (or 0x855218) is known color: Russet. HEX triplet: 85, 52 and 18. RGB value is (133,82,24). Sum of RGB (Red+Green+Blue) = 133+82+24=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 24 (9.77% from 255 or 10.04% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #855218 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855218 is #7AADE7. Grayscale: #5A5A5A. Windows color (decimal): -8039912 or 1593989. OLE color: 1593989.
HSL color Cylindrical-coordinate representation of color #855218: hue angle of 31.93º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #855218 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 24 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.48 |
| HSL | 31.93º | 0.69% | 0.31% | - |
| HSV(B) | 31.93º | 0.82% | 0.52% | - |
| XYZ | 12.86 | 11.09 | 2.33 | - |
| YUV | 90.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 24 | 0 | 0.38 | 0.82 | 0.48 | 31.93 | 0.69 | 0.31 |
| Hex | 85 | 52 | 18 | 0 | 26 | 52 | 30 | 20 | 45 | 1F |
| Octal | 205 | 122 | 30 | 0 | 46 | 122 | 60 | 40 | 105 | 37 |
| Binary | 10000101 | 1010010 | 11000 | 0 | 100110 | 1010010 | 110000 | 100000 | 1000101 | 11111 |
Color Harmonies of #855218
Complementary color
Monochromatic Colors of #855218
Black with #855218
Text Example
Text Example
White with #855218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855218; }
p { color: rgb(133,82,24); }
H1.HeaderClassName
{
color: #855218;
}
.AnyTagClassName
{
color: #855218;
}
</style>
background-color css
<style>
a { background-color: #855218; }
a { background-color: rgb(133,82,24); }
div.DivClassName
{
background-color: #855218;
}
.BgClassName
{
background-color: #855218;
}
</style>
border-color css
<style>
span { border-color: #855218; }
span { border-color: rgb(133,82,24); }
td.TdClassName
{
border-color: #855218;
}
.TagClassName
{
border-color: #855218;
}
</style>