Shades of Russet #855020
Tints of Russet #855020
RGB
CMYK
RGB Variations
Color information
#855020 (or 0x855020) is known color: Russet. HEX triplet: 85, 50 and 20. RGB value is (133,80,32). Sum of RGB (Red+Green+Blue) = 133+80+32=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 80 (31.64% from 255 or 32.65% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #855020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855020 is #7AAFDF. Grayscale: #5A5A5A. Windows color (decimal): -8040416 or 2117765. OLE color: 2117765.
HSL color Cylindrical-coordinate representation of color #855020: hue angle of 28.51º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #855020 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 32 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.48 |
| HSL | 28.51º | 0.61% | 0.32% | - |
| HSV(B) | 28.51º | 0.76% | 0.52% | - |
| XYZ | 12.8 | 10.83 | 2.78 | - |
| YUV | 90.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 32 | 0 | 0.40 | 0.76 | 0.48 | 28.51 | 0.61 | 0.32 |
| Hex | 85 | 50 | 20 | 0 | 28 | 4C | 30 | 1D | 3D | 20 |
| Octal | 205 | 120 | 40 | 0 | 50 | 114 | 60 | 35 | 75 | 40 |
| Binary | 10000101 | 1010000 | 100000 | 0 | 101000 | 1001100 | 110000 | 11101 | 111101 | 100000 |
Color Harmonies of #855020
Complementary color
Monochromatic Colors of #855020
Black with #855020
Text Example
Text Example
White with #855020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855020; }
p { color: rgb(133,80,32); }
H1.HeaderClassName
{
color: #855020;
}
.AnyTagClassName
{
color: #855020;
}
</style>
background-color css
<style>
a { background-color: #855020; }
a { background-color: rgb(133,80,32); }
div.DivClassName
{
background-color: #855020;
}
.BgClassName
{
background-color: #855020;
}
</style>
border-color css
<style>
span { border-color: #855020; }
span { border-color: rgb(133,80,32); }
td.TdClassName
{
border-color: #855020;
}
.TagClassName
{
border-color: #855020;
}
</style>