Shades of Russet #845214
Tints of Russet #845214
RGB
CMYK
RGB Variations
Color information
#845214 (or 0x845214) is known color: Russet. HEX triplet: 84, 52 and 14. RGB value is (132,82,20). Sum of RGB (Red+Green+Blue) = 132+82+20=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 20 (8.20% from 255 or 8.55% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #845214 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845214 is #7BADEB. Grayscale: #5A5A5A. Windows color (decimal): -8105452 or 1331844. OLE color: 1331844.
HSL color Cylindrical-coordinate representation of color #845214: hue angle of 33.21º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #845214 is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 82 | 20 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.48 |
| HSL | 33.21º | 0.74% | 0.3% | - |
| HSV(B) | 33.21º | 0.85% | 0.52% | - |
| XYZ | 12.66 | 10.99 | 2.12 | - |
| YUV | 89.88 | 88.57 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 20 | 0 | 0.38 | 0.85 | 0.48 | 33.21 | 0.74 | 0.3 |
| Hex | 84 | 52 | 14 | 0 | 26 | 55 | 30 | 21 | 4A | 1E |
| Octal | 204 | 122 | 24 | 0 | 46 | 125 | 60 | 41 | 112 | 36 |
| Binary | 10000100 | 1010010 | 10100 | 0 | 100110 | 1010101 | 110000 | 100001 | 1001010 | 11110 |
Color Harmonies of #845214
Complementary color
Monochromatic Colors of #845214
Black with #845214
Text Example
Text Example
White with #845214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845214; }
p { color: rgb(132,82,20); }
H1.HeaderClassName
{
color: #845214;
}
.AnyTagClassName
{
color: #845214;
}
</style>
background-color css
<style>
a { background-color: #845214; }
a { background-color: rgb(132,82,20); }
div.DivClassName
{
background-color: #845214;
}
.BgClassName
{
background-color: #845214;
}
</style>
border-color css
<style>
span { border-color: #845214; }
span { border-color: rgb(132,82,20); }
td.TdClassName
{
border-color: #845214;
}
.TagClassName
{
border-color: #845214;
}
</style>