Shades of Russet #824713
Tints of Russet #824713
RGB
CMYK
RGB Variations
Color information
#824713 (or 0x824713) is known color: Russet. HEX triplet: 82, 47 and 13. RGB value is (130,71,19). Sum of RGB (Red+Green+Blue) = 130+71+19=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824713 is #7DB8EC. Grayscale: #525252. Windows color (decimal): -8239341 or 1263490. OLE color: 1263490.
HSL color Cylindrical-coordinate representation of color #824713: hue angle of 28.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #824713 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 71 | 19 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.49 |
| HSL | 28.11º | 0.74% | 0.29% | - |
| HSV(B) | 28.11º | 0.85% | 0.51% | - |
| XYZ | 11.58 | 9.3 | 1.8 | - |
| YUV | 82.71 | 92.05 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 19 | 0 | 0.45 | 0.85 | 0.49 | 28.11 | 0.74 | 0.29 |
| Hex | 82 | 47 | 13 | 0 | 2D | 55 | 31 | 1C | 4A | 1D |
| Octal | 202 | 107 | 23 | 0 | 55 | 125 | 61 | 34 | 112 | 35 |
| Binary | 10000010 | 1000111 | 10011 | 0 | 101101 | 1010101 | 110001 | 11100 | 1001010 | 11101 |
Color Harmonies of #824713
Complementary color
Monochromatic Colors of #824713
Black with #824713
Text Example
Text Example
White with #824713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824713; }
p { color: rgb(130,71,19); }
H1.HeaderClassName
{
color: #824713;
}
.AnyTagClassName
{
color: #824713;
}
</style>
background-color css
<style>
a { background-color: #824713; }
a { background-color: rgb(130,71,19); }
div.DivClassName
{
background-color: #824713;
}
.BgClassName
{
background-color: #824713;
}
</style>
border-color css
<style>
span { border-color: #824713; }
span { border-color: rgb(130,71,19); }
td.TdClassName
{
border-color: #824713;
}
.TagClassName
{
border-color: #824713;
}
</style>