Shades of Russet #824822
Tints of Russet #824822
RGB
CMYK
RGB Variations
Color information
#824822 (or 0x824822) is known color: Russet. HEX triplet: 82, 48 and 22. RGB value is (130,72,34). Sum of RGB (Red+Green+Blue) = 130+72+34=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 72 (28.52% from 255 or 30.51% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #824822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824822 is #7DB7DD. Grayscale: #555555. Windows color (decimal): -8239070 or 2246786. OLE color: 2246786.
HSL color Cylindrical-coordinate representation of color #824822: hue angle of 23.75º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #824822 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 34 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.49 |
| HSL | 23.75º | 0.59% | 0.32% | - |
| HSV(B) | 23.75º | 0.74% | 0.51% | - |
| XYZ | 11.81 | 9.5 | 2.72 | - |
| YUV | 85.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 34 | 0 | 0.45 | 0.74 | 0.49 | 23.75 | 0.59 | 0.32 |
| Hex | 82 | 48 | 22 | 0 | 2D | 4A | 31 | 18 | 3B | 20 |
| Octal | 202 | 110 | 42 | 0 | 55 | 112 | 61 | 30 | 73 | 40 |
| Binary | 10000010 | 1001000 | 100010 | 0 | 101101 | 1001010 | 110001 | 11000 | 111011 | 100000 |
Color Harmonies of #824822
Complementary color
Monochromatic Colors of #824822
Black with #824822
Text Example
Text Example
White with #824822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824822; }
p { color: rgb(130,72,34); }
H1.HeaderClassName
{
color: #824822;
}
.AnyTagClassName
{
color: #824822;
}
</style>
background-color css
<style>
a { background-color: #824822; }
a { background-color: rgb(130,72,34); }
div.DivClassName
{
background-color: #824822;
}
.BgClassName
{
background-color: #824822;
}
</style>
border-color css
<style>
span { border-color: #824822; }
span { border-color: rgb(130,72,34); }
td.TdClassName
{
border-color: #824822;
}
.TagClassName
{
border-color: #824822;
}
</style>