Shades of Russet #824913
Tints of Russet #824913
RGB
CMYK
RGB Variations
Color information
#824913 (or 0x824913) is known color: Russet. HEX triplet: 82, 49 and 13. RGB value is (130,73,19). Sum of RGB (Red+Green+Blue) = 130+73+19=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #824913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824913 is #7DB6EC. Grayscale: #545454. Windows color (decimal): -8238829 or 1264002. OLE color: 1264002.
HSL color Cylindrical-coordinate representation of color #824913: hue angle of 29.19º 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 #824913 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 73 | 19 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.49 |
| HSL | 29.19º | 0.74% | 0.29% | - |
| HSV(B) | 29.19º | 0.85% | 0.51% | - |
| XYZ | 11.71 | 9.56 | 1.84 | - |
| YUV | 83.89 | 91.38 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 19 | 0 | 0.44 | 0.85 | 0.49 | 29.19 | 0.74 | 0.29 |
| Hex | 82 | 49 | 13 | 0 | 2C | 55 | 31 | 1D | 4A | 1D |
| Octal | 202 | 111 | 23 | 0 | 54 | 125 | 61 | 35 | 112 | 35 |
| Binary | 10000010 | 1001001 | 10011 | 0 | 101100 | 1010101 | 110001 | 11101 | 1001010 | 11101 |
Color Harmonies of #824913
Complementary color
Monochromatic Colors of #824913
Black with #824913
Text Example
Text Example
White with #824913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824913; }
p { color: rgb(130,73,19); }
H1.HeaderClassName
{
color: #824913;
}
.AnyTagClassName
{
color: #824913;
}
</style>
background-color css
<style>
a { background-color: #824913; }
a { background-color: rgb(130,73,19); }
div.DivClassName
{
background-color: #824913;
}
.BgClassName
{
background-color: #824913;
}
</style>
border-color css
<style>
span { border-color: #824913; }
span { border-color: rgb(130,73,19); }
td.TdClassName
{
border-color: #824913;
}
.TagClassName
{
border-color: #824913;
}
</style>