Shades of Russet #824118
Tints of Russet #824118
RGB
CMYK
RGB Variations
Color information
#824118 (or 0x824118) is known color: Russet. HEX triplet: 82, 41 and 18. RGB value is (130,65,24). Sum of RGB (Red+Green+Blue) = 130+65+24=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824118 is #7DBEE7. Grayscale: #4F4F4F. Windows color (decimal): -8240872 or 1589634. OLE color: 1589634.
HSL color Cylindrical-coordinate representation of color #824118: hue angle of 23.21º 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 #824118 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 65 | 24 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.49 |
| HSL | 23.21º | 0.69% | 0.3% | - |
| HSV(B) | 23.21º | 0.82% | 0.51% | - |
| XYZ | 11.26 | 8.59 | 1.93 | - |
| YUV | 79.76 | 96.53 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 24 | 0 | 0.50 | 0.82 | 0.49 | 23.21 | 0.69 | 0.3 |
| Hex | 82 | 41 | 18 | 0 | 32 | 52 | 31 | 17 | 45 | 1E |
| Octal | 202 | 101 | 30 | 0 | 62 | 122 | 61 | 27 | 105 | 36 |
| Binary | 10000010 | 1000001 | 11000 | 0 | 110010 | 1010010 | 110001 | 10111 | 1000101 | 11110 |
Color Harmonies of #824118
Complementary color
Monochromatic Colors of #824118
Black with #824118
Text Example
Text Example
White with #824118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824118; }
p { color: rgb(130,65,24); }
H1.HeaderClassName
{
color: #824118;
}
.AnyTagClassName
{
color: #824118;
}
</style>
background-color css
<style>
a { background-color: #824118; }
a { background-color: rgb(130,65,24); }
div.DivClassName
{
background-color: #824118;
}
.BgClassName
{
background-color: #824118;
}
</style>
border-color css
<style>
span { border-color: #824118; }
span { border-color: rgb(130,65,24); }
td.TdClassName
{
border-color: #824118;
}
.TagClassName
{
border-color: #824118;
}
</style>