Shades of Russet #824221
Tints of Russet #824221
RGB
CMYK
RGB Variations
Color information
#824221 (or 0x824221) is known color: Russet. HEX triplet: 82, 42 and 21. RGB value is (130,66,33). Sum of RGB (Red+Green+Blue) = 130+66+33=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 33 (13.28% from 255 or 14.41% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #824221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824221 is #7DBDDE. Grayscale: #515151. Windows color (decimal): -8240607 or 2179714. OLE color: 2179714.
HSL color Cylindrical-coordinate representation of color #824221: hue angle of 20.41º 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 #824221 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 33 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.49 |
| HSL | 20.41º | 0.6% | 0.32% | - |
| HSV(B) | 20.41º | 0.75% | 0.51% | - |
| XYZ | 11.43 | 8.75 | 2.53 | - |
| YUV | 81.37 | 100.7 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 33 | 0 | 0.49 | 0.75 | 0.49 | 20.41 | 0.6 | 0.32 |
| Hex | 82 | 42 | 21 | 0 | 31 | 4B | 31 | 14 | 3C | 20 |
| Octal | 202 | 102 | 41 | 0 | 61 | 113 | 61 | 24 | 74 | 40 |
| Binary | 10000010 | 1000010 | 100001 | 0 | 110001 | 1001011 | 110001 | 10100 | 111100 | 100000 |
Color Harmonies of #824221
Complementary color
Monochromatic Colors of #824221
Black with #824221
Text Example
Text Example
White with #824221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824221; }
p { color: rgb(130,66,33); }
H1.HeaderClassName
{
color: #824221;
}
.AnyTagClassName
{
color: #824221;
}
</style>
background-color css
<style>
a { background-color: #824221; }
a { background-color: rgb(130,66,33); }
div.DivClassName
{
background-color: #824221;
}
.BgClassName
{
background-color: #824221;
}
</style>
border-color css
<style>
span { border-color: #824221; }
span { border-color: rgb(130,66,33); }
td.TdClassName
{
border-color: #824221;
}
.TagClassName
{
border-color: #824221;
}
</style>