Shades of Russet #824218
Tints of Russet #824218
RGB
CMYK
RGB Variations
Color information
#824218 (or 0x824218) is known color: Russet. HEX triplet: 82, 42 and 18. RGB value is (130,66,24). Sum of RGB (Red+Green+Blue) = 130+66+24=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 24 (9.77% from 255 or 10.91% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824218 is #7DBDE7. Grayscale: #505050. Windows color (decimal): -8240616 or 1589890. OLE color: 1589890.
HSL color Cylindrical-coordinate representation of color #824218: hue angle of 23.77º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #824218 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 66 | 24 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.49 |
| HSL | 23.77º | 0.69% | 0.3% | - |
| HSV(B) | 23.77º | 0.82% | 0.51% | - |
| XYZ | 11.32 | 8.71 | 1.95 | - |
| YUV | 80.35 | 96.2 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 66 | 24 | 0 | 0.49 | 0.82 | 0.49 | 23.77 | 0.69 | 0.3 |
| Hex | 82 | 42 | 18 | 0 | 31 | 52 | 31 | 18 | 45 | 1E |
| Octal | 202 | 102 | 30 | 0 | 61 | 122 | 61 | 30 | 105 | 36 |
| Binary | 10000010 | 1000010 | 11000 | 0 | 110001 | 1010010 | 110001 | 11000 | 1000101 | 11110 |
Color Harmonies of #824218
Complementary color
Monochromatic Colors of #824218
Black with #824218
Text Example
Text Example
White with #824218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824218; }
p { color: rgb(130,66,24); }
H1.HeaderClassName
{
color: #824218;
}
.AnyTagClassName
{
color: #824218;
}
</style>
background-color css
<style>
a { background-color: #824218; }
a { background-color: rgb(130,66,24); }
div.DivClassName
{
background-color: #824218;
}
.BgClassName
{
background-color: #824218;
}
</style>
border-color css
<style>
span { border-color: #824218; }
span { border-color: rgb(130,66,24); }
td.TdClassName
{
border-color: #824218;
}
.TagClassName
{
border-color: #824218;
}
</style>