Shades of Russet #845216
Tints of Russet #845216
RGB
CMYK
RGB Variations
Color information
#845216 (or 0x845216) is known color: Russet. HEX triplet: 84, 52 and 16. RGB value is (132,82,22). Sum of RGB (Red+Green+Blue) = 132+82+22=236 (31% of max value = 765). Red value is 132 (51.95% from 255 or 55.93% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 22 (8.98% from 255 or 9.32% from 236); Max value from RGB is 132 - color contains mainly: red. Hex color #845216 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845216 is #7BADE9. Grayscale: #5A5A5A. Windows color (decimal): -8105450 or 1462916. OLE color: 1462916.
HSL color Cylindrical-coordinate representation of color #845216: hue angle of 32.73º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #845216 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 22 | - |
| CMYK | 0 | 0.38 | 0.83 | 0.48 |
| HSL | 32.73º | 0.71% | 0.3% | - |
| HSV(B) | 32.73º | 0.83% | 0.52% | - |
| XYZ | 12.68 | 11 | 2.21 | - |
| YUV | 90.11 | 89.57 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 22 | 0 | 0.38 | 0.83 | 0.48 | 32.73 | 0.71 | 0.3 |
| Hex | 84 | 52 | 16 | 0 | 26 | 53 | 30 | 21 | 47 | 1E |
| Octal | 204 | 122 | 26 | 0 | 46 | 123 | 60 | 41 | 107 | 36 |
| Binary | 10000100 | 1010010 | 10110 | 0 | 100110 | 1010011 | 110000 | 100001 | 1000111 | 11110 |
Color Harmonies of #845216
Complementary color
Monochromatic Colors of #845216
Black with #845216
Text Example
Text Example
White with #845216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845216; }
p { color: rgb(132,82,22); }
H1.HeaderClassName
{
color: #845216;
}
.AnyTagClassName
{
color: #845216;
}
</style>
background-color css
<style>
a { background-color: #845216; }
a { background-color: rgb(132,82,22); }
div.DivClassName
{
background-color: #845216;
}
.BgClassName
{
background-color: #845216;
}
</style>
border-color css
<style>
span { border-color: #845216; }
span { border-color: rgb(132,82,22); }
td.TdClassName
{
border-color: #845216;
}
.TagClassName
{
border-color: #845216;
}
</style>