Shades of Russet #855118
Tints of Russet #855118
RGB
CMYK
RGB Variations
Color information
#855118 (or 0x855118) is known color: Russet. HEX triplet: 85, 51 and 18. RGB value is (133,81,24). Sum of RGB (Red+Green+Blue) = 133+81+24=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 24 (9.77% from 255 or 10.08% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #855118 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855118 is #7AAEE7. Grayscale: #5A5A5A. Windows color (decimal): -8040168 or 1593733. OLE color: 1593733.
HSL color Cylindrical-coordinate representation of color #855118: hue angle of 31.38º 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 #855118 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 24 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.48 |
| HSL | 31.38º | 0.69% | 0.31% | - |
| HSV(B) | 31.38º | 0.82% | 0.52% | - |
| XYZ | 12.78 | 10.94 | 2.3 | - |
| YUV | 90.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 24 | 0 | 0.39 | 0.82 | 0.48 | 31.38 | 0.69 | 0.31 |
| Hex | 85 | 51 | 18 | 0 | 27 | 52 | 30 | 1F | 45 | 1F |
| Octal | 205 | 121 | 30 | 0 | 47 | 122 | 60 | 37 | 105 | 37 |
| Binary | 10000101 | 1010001 | 11000 | 0 | 100111 | 1010010 | 110000 | 11111 | 1000101 | 11111 |
Color Harmonies of #855118
Complementary color
Monochromatic Colors of #855118
Black with #855118
Text Example
Text Example
White with #855118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855118; }
p { color: rgb(133,81,24); }
H1.HeaderClassName
{
color: #855118;
}
.AnyTagClassName
{
color: #855118;
}
</style>
background-color css
<style>
a { background-color: #855118; }
a { background-color: rgb(133,81,24); }
div.DivClassName
{
background-color: #855118;
}
.BgClassName
{
background-color: #855118;
}
</style>
border-color css
<style>
span { border-color: #855118; }
span { border-color: rgb(133,81,24); }
td.TdClassName
{
border-color: #855118;
}
.TagClassName
{
border-color: #855118;
}
</style>