Shades of Russet #824B17
Tints of Russet #824B17
RGB
CMYK
RGB Variations
Color information
#824B17 (or 0x824B17) is known color: Russet. HEX triplet: 82, 4B and 17. RGB value is (130,75,23). Sum of RGB (Red+Green+Blue) = 130+75+23=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #824B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B17 is #7DB4E8. Grayscale: #555555. Windows color (decimal): -8238313 or 1526658. OLE color: 1526658.
HSL color Cylindrical-coordinate representation of color #824B17: hue angle of 29.16º 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 #824B17 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 75 | 23 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.49 |
| HSL | 29.16º | 0.7% | 0.3% | - |
| HSV(B) | 29.16º | 0.82% | 0.51% | - |
| XYZ | 11.88 | 9.84 | 2.08 | - |
| YUV | 85.52 | 92.72 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 75 | 23 | 0 | 0.42 | 0.82 | 0.49 | 29.16 | 0.7 | 0.3 |
| Hex | 82 | 4B | 17 | 0 | 2A | 52 | 31 | 1D | 46 | 1E |
| Octal | 202 | 113 | 27 | 0 | 52 | 122 | 61 | 35 | 106 | 36 |
| Binary | 10000010 | 1001011 | 10111 | 0 | 101010 | 1010010 | 110001 | 11101 | 1000110 | 11110 |
Color Harmonies of #824B17
Complementary color
Monochromatic Colors of #824B17
Black with #824B17
Text Example
Text Example
White with #824B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824B17; }
p { color: rgb(130,75,23); }
H1.HeaderClassName
{
color: #824B17;
}
.AnyTagClassName
{
color: #824B17;
}
</style>
background-color css
<style>
a { background-color: #824B17; }
a { background-color: rgb(130,75,23); }
div.DivClassName
{
background-color: #824B17;
}
.BgClassName
{
background-color: #824B17;
}
</style>
border-color css
<style>
span { border-color: #824B17; }
span { border-color: rgb(130,75,23); }
td.TdClassName
{
border-color: #824B17;
}
.TagClassName
{
border-color: #824B17;
}
</style>