Shades of Russet #854621
Tints of Russet #854621
RGB
CMYK
RGB Variations
Color information
#854621 (or 0x854621) is known color: Russet. HEX triplet: 85, 46 and 21. RGB value is (133,70,33). Sum of RGB (Red+Green+Blue) = 133+70+33=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 33 (13.28% from 255 or 13.98% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #854621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854621 is #7AB9DE. Grayscale: #545454. Windows color (decimal): -8042975 or 2180741. OLE color: 2180741.
HSL color Cylindrical-coordinate representation of color #854621: hue angle of 22.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #854621 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 70 | 33 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.48 |
| HSL | 22.2º | 0.6% | 0.33% | - |
| HSV(B) | 22.2º | 0.75% | 0.52% | - |
| XYZ | 12.14 | 9.48 | 2.63 | - |
| YUV | 84.62 | 98.87 | 162.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 70 | 33 | 0 | 0.47 | 0.75 | 0.48 | 22.2 | 0.6 | 0.33 |
| Hex | 85 | 46 | 21 | 0 | 2F | 4B | 30 | 16 | 3C | 21 |
| Octal | 205 | 106 | 41 | 0 | 57 | 113 | 60 | 26 | 74 | 41 |
| Binary | 10000101 | 1000110 | 100001 | 0 | 101111 | 1001011 | 110000 | 10110 | 111100 | 100001 |
Color Harmonies of #854621
Complementary color
Monochromatic Colors of #854621
Black with #854621
Text Example
Text Example
White with #854621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854621; }
p { color: rgb(133,70,33); }
H1.HeaderClassName
{
color: #854621;
}
.AnyTagClassName
{
color: #854621;
}
</style>
background-color css
<style>
a { background-color: #854621; }
a { background-color: rgb(133,70,33); }
div.DivClassName
{
background-color: #854621;
}
.BgClassName
{
background-color: #854621;
}
</style>
border-color css
<style>
span { border-color: #854621; }
span { border-color: rgb(133,70,33); }
td.TdClassName
{
border-color: #854621;
}
.TagClassName
{
border-color: #854621;
}
</style>