Shades of Russet #845215
Tints of Russet #845215
RGB
CMYK
RGB Variations
Color information
#845215 (or 0x845215) is known color: Russet. HEX triplet: 84, 52 and 15. RGB value is (132,82,21). Sum of RGB (Red+Green+Blue) = 132+82+21=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #845215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845215 is #7BADEA. Grayscale: #5A5A5A. Windows color (decimal): -8105451 or 1397380. OLE color: 1397380.
HSL color Cylindrical-coordinate representation of color #845215: hue angle of 32.97º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #845215 is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 21 | - |
| CMYK | 0 | 0.38 | 0.84 | 0.48 |
| HSL | 32.97º | 0.73% | 0.3% | - |
| HSV(B) | 32.97º | 0.84% | 0.52% | - |
| XYZ | 12.67 | 10.99 | 2.16 | - |
| YUV | 90 | 89.07 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 21 | 0 | 0.38 | 0.84 | 0.48 | 32.97 | 0.73 | 0.3 |
| Hex | 84 | 52 | 15 | 0 | 26 | 54 | 30 | 21 | 49 | 1E |
| Octal | 204 | 122 | 25 | 0 | 46 | 124 | 60 | 41 | 111 | 36 |
| Binary | 10000100 | 1010010 | 10101 | 0 | 100110 | 1010100 | 110000 | 100001 | 1001001 | 11110 |
Color Harmonies of #845215
Complementary color
Monochromatic Colors of #845215
Black with #845215
Text Example
Text Example
White with #845215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845215; }
p { color: rgb(132,82,21); }
H1.HeaderClassName
{
color: #845215;
}
.AnyTagClassName
{
color: #845215;
}
</style>
background-color css
<style>
a { background-color: #845215; }
a { background-color: rgb(132,82,21); }
div.DivClassName
{
background-color: #845215;
}
.BgClassName
{
background-color: #845215;
}
</style>
border-color css
<style>
span { border-color: #845215; }
span { border-color: rgb(132,82,21); }
td.TdClassName
{
border-color: #845215;
}
.TagClassName
{
border-color: #845215;
}
</style>