Shades of Russet #824D21
Tints of Russet #824D21
RGB
CMYK
RGB Variations
Color information
#824D21 (or 0x824D21) is known color: Russet. HEX triplet: 82, 4D and 21. RGB value is (130,77,33). Sum of RGB (Red+Green+Blue) = 130+77+33=240 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.17% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 130 - color contains mainly: red. Hex color #824D21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D21 is #7DB2DE. Grayscale: #585858. Windows color (decimal): -8237791 or 2182530. OLE color: 2182530.
HSL color Cylindrical-coordinate representation of color #824D21: hue angle of 27.22º 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 #824D21 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 33 | - |
| CMYK | 0 | 0.41 | 0.75 | 0.49 |
| HSL | 27.22º | 0.6% | 0.32% | - |
| HSV(B) | 27.22º | 0.75% | 0.51% | - |
| XYZ | 12.13 | 10.16 | 2.76 | - |
| YUV | 87.83 | 97.06 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 33 | 0 | 0.41 | 0.75 | 0.49 | 27.22 | 0.6 | 0.32 |
| Hex | 82 | 4D | 21 | 0 | 29 | 4B | 31 | 1B | 3C | 20 |
| Octal | 202 | 115 | 41 | 0 | 51 | 113 | 61 | 33 | 74 | 40 |
| Binary | 10000010 | 1001101 | 100001 | 0 | 101001 | 1001011 | 110001 | 11011 | 111100 | 100000 |
Color Harmonies of #824D21
Complementary color
Monochromatic Colors of #824D21
Black with #824D21
Text Example
Text Example
White with #824D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D21; }
p { color: rgb(130,77,33); }
H1.HeaderClassName
{
color: #824D21;
}
.AnyTagClassName
{
color: #824D21;
}
</style>
background-color css
<style>
a { background-color: #824D21; }
a { background-color: rgb(130,77,33); }
div.DivClassName
{
background-color: #824D21;
}
.BgClassName
{
background-color: #824D21;
}
</style>
border-color css
<style>
span { border-color: #824D21; }
span { border-color: rgb(130,77,33); }
td.TdClassName
{
border-color: #824D21;
}
.TagClassName
{
border-color: #824D21;
}
</style>