Shades of Russet #824521
Tints of Russet #824521
RGB
CMYK
RGB Variations
Color information
#824521 (or 0x824521) is known color: Russet. HEX triplet: 82, 45 and 21. RGB value is (130,69,33). Sum of RGB (Red+Green+Blue) = 130+69+33=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 69 (27.34% from 255 or 29.74% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #824521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824521 is #7DBADE. Grayscale: #535353. Windows color (decimal): -8239839 or 2180482. OLE color: 2180482.
HSL color Cylindrical-coordinate representation of color #824521: hue angle of 22.27º 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 #824521 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 69 | 33 | - |
| CMYK | 0 | 0.47 | 0.75 | 0.49 |
| HSL | 22.27º | 0.6% | 0.32% | - |
| HSV(B) | 22.27º | 0.75% | 0.51% | - |
| XYZ | 11.61 | 9.11 | 2.59 | - |
| YUV | 83.14 | 99.71 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 33 | 0 | 0.47 | 0.75 | 0.49 | 22.27 | 0.6 | 0.32 |
| Hex | 82 | 45 | 21 | 0 | 2F | 4B | 31 | 16 | 3C | 20 |
| Octal | 202 | 105 | 41 | 0 | 57 | 113 | 61 | 26 | 74 | 40 |
| Binary | 10000010 | 1000101 | 100001 | 0 | 101111 | 1001011 | 110001 | 10110 | 111100 | 100000 |
Color Harmonies of #824521
Complementary color
Monochromatic Colors of #824521
Black with #824521
Text Example
Text Example
White with #824521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824521; }
p { color: rgb(130,69,33); }
H1.HeaderClassName
{
color: #824521;
}
.AnyTagClassName
{
color: #824521;
}
</style>
background-color css
<style>
a { background-color: #824521; }
a { background-color: rgb(130,69,33); }
div.DivClassName
{
background-color: #824521;
}
.BgClassName
{
background-color: #824521;
}
</style>
border-color css
<style>
span { border-color: #824521; }
span { border-color: rgb(130,69,33); }
td.TdClassName
{
border-color: #824521;
}
.TagClassName
{
border-color: #824521;
}
</style>