Shades of Russet #825021
Tints of Russet #825021
RGB
CMYK
RGB Variations
Color information
#825021 (or 0x825021) is known color: Russet. HEX triplet: 82, 50 and 21. RGB value is (130,80,33). Sum of RGB (Red+Green+Blue) = 130+80+33=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #825021 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825021 is #7DAFDE. Grayscale: #595959. Windows color (decimal): -8237023 or 2183298. OLE color: 2183298.
HSL color Cylindrical-coordinate representation of color #825021: hue angle of 29.07º 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 #825021 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 80 | 33 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.49 |
| HSL | 29.07º | 0.6% | 0.32% | - |
| HSV(B) | 29.07º | 0.75% | 0.51% | - |
| XYZ | 12.35 | 10.59 | 2.83 | - |
| YUV | 89.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 33 | 0 | 0.38 | 0.75 | 0.49 | 29.07 | 0.6 | 0.32 |
| Hex | 82 | 50 | 21 | 0 | 26 | 4B | 31 | 1D | 3C | 20 |
| Octal | 202 | 120 | 41 | 0 | 46 | 113 | 61 | 35 | 74 | 40 |
| Binary | 10000010 | 1010000 | 100001 | 0 | 100110 | 1001011 | 110001 | 11101 | 111100 | 100000 |
Color Harmonies of #825021
Complementary color
Monochromatic Colors of #825021
Black with #825021
Text Example
Text Example
White with #825021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825021; }
p { color: rgb(130,80,33); }
H1.HeaderClassName
{
color: #825021;
}
.AnyTagClassName
{
color: #825021;
}
</style>
background-color css
<style>
a { background-color: #825021; }
a { background-color: rgb(130,80,33); }
div.DivClassName
{
background-color: #825021;
}
.BgClassName
{
background-color: #825021;
}
</style>
border-color css
<style>
span { border-color: #825021; }
span { border-color: rgb(130,80,33); }
td.TdClassName
{
border-color: #825021;
}
.TagClassName
{
border-color: #825021;
}
</style>