Shades of Russet #844016
Tints of Russet #844016
RGB
CMYK
RGB Variations
Color information
#844016 (or 0x844016) is known color: Russet. HEX triplet: 84, 40 and 16. RGB value is (132,64,22). Sum of RGB (Red+Green+Blue) = 132+64+22=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #844016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844016 is #7BBFE9. Grayscale: #4F4F4F. Windows color (decimal): -8110058 or 1458308. OLE color: 1458308.
HSL color Cylindrical-coordinate representation of color #844016: hue angle of 22.91º 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 #844016 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 64 | 22 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.48 |
| HSL | 22.91º | 0.71% | 0.3% | - |
| HSV(B) | 22.91º | 0.83% | 0.52% | - |
| XYZ | 11.49 | 8.63 | 1.82 | - |
| YUV | 79.54 | 95.53 | 165.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 64 | 22 | 0 | 0.52 | 0.83 | 0.48 | 22.91 | 0.71 | 0.3 |
| Hex | 84 | 40 | 16 | 0 | 34 | 53 | 30 | 17 | 47 | 1E |
| Octal | 204 | 100 | 26 | 0 | 64 | 123 | 60 | 27 | 107 | 36 |
| Binary | 10000100 | 1000000 | 10110 | 0 | 110100 | 1010011 | 110000 | 10111 | 1000111 | 11110 |
Color Harmonies of #844016
Complementary color
Monochromatic Colors of #844016
Black with #844016
Text Example
Text Example
White with #844016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844016; }
p { color: rgb(132,64,22); }
H1.HeaderClassName
{
color: #844016;
}
.AnyTagClassName
{
color: #844016;
}
</style>
background-color css
<style>
a { background-color: #844016; }
a { background-color: rgb(132,64,22); }
div.DivClassName
{
background-color: #844016;
}
.BgClassName
{
background-color: #844016;
}
</style>
border-color css
<style>
span { border-color: #844016; }
span { border-color: rgb(132,64,22); }
td.TdClassName
{
border-color: #844016;
}
.TagClassName
{
border-color: #844016;
}
</style>