Shades of Russet #824420
Tints of Russet #824420
RGB
CMYK
RGB Variations
Color information
#824420 (or 0x824420) is known color: Russet. HEX triplet: 82, 44 and 20. RGB value is (130,68,32). Sum of RGB (Red+Green+Blue) = 130+68+32=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #824420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824420 is #7DBBDF. Grayscale: #525252. Windows color (decimal): -8240096 or 2114690. OLE color: 2114690.
HSL color Cylindrical-coordinate representation of color #824420: hue angle of 22.04º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #824420 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 68 | 32 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.49 |
| HSL | 22.04º | 0.6% | 0.32% | - |
| HSV(B) | 22.04º | 0.75% | 0.51% | - |
| XYZ | 11.53 | 8.98 | 2.49 | - |
| YUV | 82.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 68 | 32 | 0 | 0.48 | 0.75 | 0.49 | 22.04 | 0.6 | 0.32 |
| Hex | 82 | 44 | 20 | 0 | 30 | 4B | 31 | 16 | 3C | 20 |
| Octal | 202 | 104 | 40 | 0 | 60 | 113 | 61 | 26 | 74 | 40 |
| Binary | 10000010 | 1000100 | 100000 | 0 | 110000 | 1001011 | 110001 | 10110 | 111100 | 100000 |
Color Harmonies of #824420
Complementary color
Monochromatic Colors of #824420
Black with #824420
Text Example
Text Example
White with #824420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824420; }
p { color: rgb(130,68,32); }
H1.HeaderClassName
{
color: #824420;
}
.AnyTagClassName
{
color: #824420;
}
</style>
background-color css
<style>
a { background-color: #824420; }
a { background-color: rgb(130,68,32); }
div.DivClassName
{
background-color: #824420;
}
.BgClassName
{
background-color: #824420;
}
</style>
border-color css
<style>
span { border-color: #824420; }
span { border-color: rgb(130,68,32); }
td.TdClassName
{
border-color: #824420;
}
.TagClassName
{
border-color: #824420;
}
</style>