Shades of Russet #824819
Tints of Russet #824819
RGB
CMYK
RGB Variations
Color information
#824819 (or 0x824819) is known color: Russet. HEX triplet: 82, 48 and 19. RGB value is (130,72,25). Sum of RGB (Red+Green+Blue) = 130+72+25=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 72 (28.52% from 255 or 31.72% from 227); Blue value is 25 (10.16% from 255 or 11.01% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #824819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824819 is #7DB7E6. Grayscale: #545454. Windows color (decimal): -8239079 or 1656962. OLE color: 1656962.
HSL color Cylindrical-coordinate representation of color #824819: hue angle of 26.86º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #824819 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 25 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.49 |
| HSL | 26.86º | 0.68% | 0.3% | - |
| HSV(B) | 26.86º | 0.81% | 0.51% | - |
| XYZ | 11.7 | 9.45 | 2.13 | - |
| YUV | 83.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 25 | 0 | 0.45 | 0.81 | 0.49 | 26.86 | 0.68 | 0.3 |
| Hex | 82 | 48 | 19 | 0 | 2D | 51 | 31 | 1B | 44 | 1E |
| Octal | 202 | 110 | 31 | 0 | 55 | 121 | 61 | 33 | 104 | 36 |
| Binary | 10000010 | 1001000 | 11001 | 0 | 101101 | 1010001 | 110001 | 11011 | 1000100 | 11110 |
Color Harmonies of #824819
Complementary color
Monochromatic Colors of #824819
Black with #824819
Text Example
Text Example
White with #824819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824819; }
p { color: rgb(130,72,25); }
H1.HeaderClassName
{
color: #824819;
}
.AnyTagClassName
{
color: #824819;
}
</style>
background-color css
<style>
a { background-color: #824819; }
a { background-color: rgb(130,72,25); }
div.DivClassName
{
background-color: #824819;
}
.BgClassName
{
background-color: #824819;
}
</style>
border-color css
<style>
span { border-color: #824819; }
span { border-color: rgb(130,72,25); }
td.TdClassName
{
border-color: #824819;
}
.TagClassName
{
border-color: #824819;
}
</style>