Shades of Russet #844D16
Tints of Russet #844D16
RGB
CMYK
RGB Variations
Color information
#844D16 (or 0x844D16) is known color: Russet. HEX triplet: 84, 4D and 16. RGB value is (132,77,22). Sum of RGB (Red+Green+Blue) = 132+77+22=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #844D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #844D16 is #7BB2E9. Grayscale: #575757. Windows color (decimal): -8106730 or 1461636. OLE color: 1461636.
HSL color Cylindrical-coordinate representation of color #844D16: hue angle of 30º 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 #844D16 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 22 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.48 |
| HSL | 30º | 0.71% | 0.3% | - |
| HSV(B) | 30º | 0.83% | 0.52% | - |
| XYZ | 12.31 | 10.27 | 2.09 | - |
| YUV | 87.18 | 91.22 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 22 | 0 | 0.42 | 0.83 | 0.48 | 30 | 0.71 | 0.3 |
| Hex | 84 | 4D | 16 | 0 | 2A | 53 | 30 | 1E | 47 | 1E |
| Octal | 204 | 115 | 26 | 0 | 52 | 123 | 60 | 36 | 107 | 36 |
| Binary | 10000100 | 1001101 | 10110 | 0 | 101010 | 1010011 | 110000 | 11110 | 1000111 | 11110 |
Color Harmonies of #844D16
Complementary color
Monochromatic Colors of #844D16
Black with #844D16
Text Example
Text Example
White with #844D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D16; }
p { color: rgb(132,77,22); }
H1.HeaderClassName
{
color: #844D16;
}
.AnyTagClassName
{
color: #844D16;
}
</style>
background-color css
<style>
a { background-color: #844D16; }
a { background-color: rgb(132,77,22); }
div.DivClassName
{
background-color: #844D16;
}
.BgClassName
{
background-color: #844D16;
}
</style>
border-color css
<style>
span { border-color: #844D16; }
span { border-color: rgb(132,77,22); }
td.TdClassName
{
border-color: #844D16;
}
.TagClassName
{
border-color: #844D16;
}
</style>