Shades of Russet #824115
Tints of Russet #824115
RGB
CMYK
RGB Variations
Color information
#824115 (or 0x824115) is known color: Russet. HEX triplet: 82, 41 and 15. RGB value is (130,65,21). Sum of RGB (Red+Green+Blue) = 130+65+21=216 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.19% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 130 - color contains mainly: red. Hex color #824115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824115 is #7DBEEA. Grayscale: #4F4F4F. Windows color (decimal): -8240875 or 1393026. OLE color: 1393026.
HSL color Cylindrical-coordinate representation of color #824115: hue angle of 24.22º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #824115 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 65 | 21 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.49 |
| HSL | 24.22º | 0.72% | 0.3% | - |
| HSV(B) | 24.22º | 0.84% | 0.51% | - |
| XYZ | 11.23 | 8.58 | 1.77 | - |
| YUV | 79.42 | 95.03 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 21 | 0 | 0.50 | 0.84 | 0.49 | 24.22 | 0.72 | 0.3 |
| Hex | 82 | 41 | 15 | 0 | 32 | 54 | 31 | 18 | 48 | 1E |
| Octal | 202 | 101 | 25 | 0 | 62 | 124 | 61 | 30 | 110 | 36 |
| Binary | 10000010 | 1000001 | 10101 | 0 | 110010 | 1010100 | 110001 | 11000 | 1001000 | 11110 |
Color Harmonies of #824115
Complementary color
Monochromatic Colors of #824115
Black with #824115
Text Example
Text Example
White with #824115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824115; }
p { color: rgb(130,65,21); }
H1.HeaderClassName
{
color: #824115;
}
.AnyTagClassName
{
color: #824115;
}
</style>
background-color css
<style>
a { background-color: #824115; }
a { background-color: rgb(130,65,21); }
div.DivClassName
{
background-color: #824115;
}
.BgClassName
{
background-color: #824115;
}
</style>
border-color css
<style>
span { border-color: #824115; }
span { border-color: rgb(130,65,21); }
td.TdClassName
{
border-color: #824115;
}
.TagClassName
{
border-color: #824115;
}
</style>