Shades of Russet #854820
Tints of Russet #854820
RGB
CMYK
RGB Variations
Color information
#854820 (or 0x854820) is known color: Russet. HEX triplet: 85, 48 and 20. RGB value is (133,72,32). Sum of RGB (Red+Green+Blue) = 133+72+32=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #854820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854820 is #7AB7DF. Grayscale: #555555. Windows color (decimal): -8042464 or 2115717. OLE color: 2115717.
HSL color Cylindrical-coordinate representation of color #854820: hue angle of 23.76º 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 #854820 is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 32 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.48 |
| HSL | 23.76º | 0.61% | 0.32% | - |
| HSV(B) | 23.76º | 0.76% | 0.52% | - |
| XYZ | 12.25 | 9.73 | 2.6 | - |
| YUV | 85.68 | 97.71 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 32 | 0 | 0.46 | 0.76 | 0.48 | 23.76 | 0.61 | 0.32 |
| Hex | 85 | 48 | 20 | 0 | 2E | 4C | 30 | 18 | 3D | 20 |
| Octal | 205 | 110 | 40 | 0 | 56 | 114 | 60 | 30 | 75 | 40 |
| Binary | 10000101 | 1001000 | 100000 | 0 | 101110 | 1001100 | 110000 | 11000 | 111101 | 100000 |
Color Harmonies of #854820
Complementary color
Monochromatic Colors of #854820
Black with #854820
Text Example
Text Example
White with #854820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854820; }
p { color: rgb(133,72,32); }
H1.HeaderClassName
{
color: #854820;
}
.AnyTagClassName
{
color: #854820;
}
</style>
background-color css
<style>
a { background-color: #854820; }
a { background-color: rgb(133,72,32); }
div.DivClassName
{
background-color: #854820;
}
.BgClassName
{
background-color: #854820;
}
</style>
border-color css
<style>
span { border-color: #854820; }
span { border-color: rgb(133,72,32); }
td.TdClassName
{
border-color: #854820;
}
.TagClassName
{
border-color: #854820;
}
</style>