Shades of Russet #824016
Tints of Russet #824016
RGB
CMYK
RGB Variations
Color information
#824016 (or 0x824016) is known color: Russet. HEX triplet: 82, 40 and 16. RGB value is (130,64,22). Sum of RGB (Red+Green+Blue) = 130+64+22=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #824016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824016 is #7DBFE9. Grayscale: #4F4F4F. Windows color (decimal): -8241130 or 1458306. OLE color: 1458306.
HSL color Cylindrical-coordinate representation of color #824016: hue angle of 23.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #824016 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 22 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.49 |
| HSL | 23.33º | 0.71% | 0.3% | - |
| HSV(B) | 23.33º | 0.83% | 0.51% | - |
| XYZ | 11.18 | 8.47 | 1.8 | - |
| YUV | 78.95 | 95.87 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 22 | 0 | 0.51 | 0.83 | 0.49 | 23.33 | 0.71 | 0.3 |
| Hex | 82 | 40 | 16 | 0 | 33 | 53 | 31 | 17 | 47 | 1E |
| Octal | 202 | 100 | 26 | 0 | 63 | 123 | 61 | 27 | 107 | 36 |
| Binary | 10000010 | 1000000 | 10110 | 0 | 110011 | 1010011 | 110001 | 10111 | 1000111 | 11110 |
Color Harmonies of #824016
Complementary color
Monochromatic Colors of #824016
Black with #824016
Text Example
Text Example
White with #824016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824016; }
p { color: rgb(130,64,22); }
H1.HeaderClassName
{
color: #824016;
}
.AnyTagClassName
{
color: #824016;
}
</style>
background-color css
<style>
a { background-color: #824016; }
a { background-color: rgb(130,64,22); }
div.DivClassName
{
background-color: #824016;
}
.BgClassName
{
background-color: #824016;
}
</style>
border-color css
<style>
span { border-color: #824016; }
span { border-color: rgb(130,64,22); }
td.TdClassName
{
border-color: #824016;
}
.TagClassName
{
border-color: #824016;
}
</style>