Shades of Russet #824224
Tints of Russet #824224
RGB
CMYK
RGB Variations
Color information
#824224 (or 0x824224) is known color: Russet. HEX triplet: 82, 42 and 24. RGB value is (130,66,36). Sum of RGB (Red+Green+Blue) = 130+66+36=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 36 (14.45% from 255 or 15.52% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #824224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824224 is #7DBDDB. Grayscale: #515151. Windows color (decimal): -8240604 or 2376322. OLE color: 2376322.
HSL color Cylindrical-coordinate representation of color #824224: hue angle of 19.15º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #824224 is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 36 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.49 |
| HSL | 19.15º | 0.57% | 0.33% | - |
| HSV(B) | 19.15º | 0.72% | 0.51% | - |
| XYZ | 11.47 | 8.77 | 2.76 | - |
| YUV | 81.72 | 102.2 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 36 | 0 | 0.49 | 0.72 | 0.49 | 19.15 | 0.57 | 0.33 |
| Hex | 82 | 42 | 24 | 0 | 31 | 48 | 31 | 13 | 39 | 21 |
| Octal | 202 | 102 | 44 | 0 | 61 | 110 | 61 | 23 | 71 | 41 |
| Binary | 10000010 | 1000010 | 100100 | 0 | 110001 | 1001000 | 110001 | 10011 | 111001 | 100001 |
Color Harmonies of #824224
Complementary color
Monochromatic Colors of #824224
Black with #824224
Text Example
Text Example
White with #824224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824224; }
p { color: rgb(130,66,36); }
H1.HeaderClassName
{
color: #824224;
}
.AnyTagClassName
{
color: #824224;
}
</style>
background-color css
<style>
a { background-color: #824224; }
a { background-color: rgb(130,66,36); }
div.DivClassName
{
background-color: #824224;
}
.BgClassName
{
background-color: #824224;
}
</style>
border-color css
<style>
span { border-color: #824224; }
span { border-color: rgb(130,66,36); }
td.TdClassName
{
border-color: #824224;
}
.TagClassName
{
border-color: #824224;
}
</style>