Shades of Russet #844B16
Tints of Russet #844B16
RGB
CMYK
RGB Variations
Color information
#844B16 (or 0x844B16) is known color: Russet. HEX triplet: 84, 4B and 16. RGB value is (132,75,22). Sum of RGB (Red+Green+Blue) = 132+75+22=229 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.64% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 132 - color contains mainly: red. Hex color #844B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844B16 is #7BB4E9. Grayscale: #565656. Windows color (decimal): -8107242 or 1461124. OLE color: 1461124.
HSL color Cylindrical-coordinate representation of color #844B16: hue angle of 28.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 #844B16 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 75 | 22 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.48 |
| HSL | 28.91º | 0.71% | 0.3% | - |
| HSV(B) | 28.91º | 0.83% | 0.52% | - |
| XYZ | 12.18 | 10 | 2.05 | - |
| YUV | 86 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 75 | 22 | 0 | 0.43 | 0.83 | 0.48 | 28.91 | 0.71 | 0.3 |
| Hex | 84 | 4B | 16 | 0 | 2B | 53 | 30 | 1D | 47 | 1E |
| Octal | 204 | 113 | 26 | 0 | 53 | 123 | 60 | 35 | 107 | 36 |
| Binary | 10000100 | 1001011 | 10110 | 0 | 101011 | 1010011 | 110000 | 11101 | 1000111 | 11110 |
Color Harmonies of #844B16
Complementary color
Monochromatic Colors of #844B16
Black with #844B16
Text Example
Text Example
White with #844B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844B16; }
p { color: rgb(132,75,22); }
H1.HeaderClassName
{
color: #844B16;
}
.AnyTagClassName
{
color: #844B16;
}
</style>
background-color css
<style>
a { background-color: #844B16; }
a { background-color: rgb(132,75,22); }
div.DivClassName
{
background-color: #844B16;
}
.BgClassName
{
background-color: #844B16;
}
</style>
border-color css
<style>
span { border-color: #844B16; }
span { border-color: rgb(132,75,22); }
td.TdClassName
{
border-color: #844B16;
}
.TagClassName
{
border-color: #844B16;
}
</style>