Shades of Russet #824017
Tints of Russet #824017
RGB
CMYK
RGB Variations
Color information
#824017 (or 0x824017) is known color: Russet. HEX triplet: 82, 40 and 17. RGB value is (130,64,23). Sum of RGB (Red+Green+Blue) = 130+64+23=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 23 (9.38% from 255 or 10.60% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #824017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824017 is #7DBFE8. Grayscale: #4F4F4F. Windows color (decimal): -8241129 or 1523842. OLE color: 1523842.
HSL color Cylindrical-coordinate representation of color #824017: hue angle of 22.99º degrees, saturation: 0.7, 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 #824017 is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 64 | 23 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.49 |
| HSL | 22.99º | 0.7% | 0.3% | - |
| HSV(B) | 22.99º | 0.82% | 0.51% | - |
| XYZ | 11.19 | 8.47 | 1.86 | - |
| YUV | 79.06 | 96.37 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 64 | 23 | 0 | 0.51 | 0.82 | 0.49 | 22.99 | 0.7 | 0.3 |
| Hex | 82 | 40 | 17 | 0 | 33 | 52 | 31 | 17 | 46 | 1E |
| Octal | 202 | 100 | 27 | 0 | 63 | 122 | 61 | 27 | 106 | 36 |
| Binary | 10000010 | 1000000 | 10111 | 0 | 110011 | 1010010 | 110001 | 10111 | 1000110 | 11110 |
Color Harmonies of #824017
Complementary color
Monochromatic Colors of #824017
Black with #824017
Text Example
Text Example
White with #824017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824017; }
p { color: rgb(130,64,23); }
H1.HeaderClassName
{
color: #824017;
}
.AnyTagClassName
{
color: #824017;
}
</style>
background-color css
<style>
a { background-color: #824017; }
a { background-color: rgb(130,64,23); }
div.DivClassName
{
background-color: #824017;
}
.BgClassName
{
background-color: #824017;
}
</style>
border-color css
<style>
span { border-color: #824017; }
span { border-color: rgb(130,64,23); }
td.TdClassName
{
border-color: #824017;
}
.TagClassName
{
border-color: #824017;
}
</style>