Shades of Russet #845016
Tints of Russet #845016
RGB
CMYK
RGB Variations
Color information
#845016 (or 0x845016) is known color: Russet. HEX triplet: 84, 50 and 16. RGB value is (132,80,22). Sum of RGB (Red+Green+Blue) = 132+80+22=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #845016 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845016 is #7BAFE9. Grayscale: #595959. Windows color (decimal): -8105962 or 1462404. OLE color: 1462404.
HSL color Cylindrical-coordinate representation of color #845016: hue angle of 31.64º 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 #845016 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 80 | 22 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.48 |
| HSL | 31.64º | 0.71% | 0.3% | - |
| HSV(B) | 31.64º | 0.83% | 0.52% | - |
| XYZ | 12.53 | 10.7 | 2.16 | - |
| YUV | 88.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 22 | 0 | 0.39 | 0.83 | 0.48 | 31.64 | 0.71 | 0.3 |
| Hex | 84 | 50 | 16 | 0 | 27 | 53 | 30 | 20 | 47 | 1E |
| Octal | 204 | 120 | 26 | 0 | 47 | 123 | 60 | 40 | 107 | 36 |
| Binary | 10000100 | 1010000 | 10110 | 0 | 100111 | 1010011 | 110000 | 100000 | 1000111 | 11110 |
Color Harmonies of #845016
Complementary color
Monochromatic Colors of #845016
Black with #845016
Text Example
Text Example
White with #845016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845016; }
p { color: rgb(132,80,22); }
H1.HeaderClassName
{
color: #845016;
}
.AnyTagClassName
{
color: #845016;
}
</style>
background-color css
<style>
a { background-color: #845016; }
a { background-color: rgb(132,80,22); }
div.DivClassName
{
background-color: #845016;
}
.BgClassName
{
background-color: #845016;
}
</style>
border-color css
<style>
span { border-color: #845016; }
span { border-color: rgb(132,80,22); }
td.TdClassName
{
border-color: #845016;
}
.TagClassName
{
border-color: #845016;
}
</style>