Shades of Russet #824E13
Tints of Russet #824E13
RGB
CMYK
RGB Variations
Color information
#824E13 (or 0x824E13) is known color: Russet. HEX triplet: 82, 4E and 13. RGB value is (130,78,19). Sum of RGB (Red+Green+Blue) = 130+78+19=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #824E13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E13 is #7DB1EC. Grayscale: #575757. Windows color (decimal): -8237549 or 1265282. OLE color: 1265282.
HSL color Cylindrical-coordinate representation of color #824E13: hue angle of 31.89º 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 #824E13 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 78 | 19 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.49 |
| HSL | 31.89º | 0.74% | 0.29% | - |
| HSV(B) | 31.89º | 0.85% | 0.51% | - |
| XYZ | 12.05 | 10.24 | 1.96 | - |
| YUV | 86.82 | 89.73 | 158.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 19 | 0 | 0.40 | 0.85 | 0.49 | 31.89 | 0.74 | 0.29 |
| Hex | 82 | 4E | 13 | 0 | 28 | 55 | 31 | 20 | 4A | 1D |
| Octal | 202 | 116 | 23 | 0 | 50 | 125 | 61 | 40 | 112 | 35 |
| Binary | 10000010 | 1001110 | 10011 | 0 | 101000 | 1010101 | 110001 | 100000 | 1001010 | 11101 |
Color Harmonies of #824E13
Complementary color
Monochromatic Colors of #824E13
Black with #824E13
Text Example
Text Example
White with #824E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824E13; }
p { color: rgb(130,78,19); }
H1.HeaderClassName
{
color: #824E13;
}
.AnyTagClassName
{
color: #824E13;
}
</style>
background-color css
<style>
a { background-color: #824E13; }
a { background-color: rgb(130,78,19); }
div.DivClassName
{
background-color: #824E13;
}
.BgClassName
{
background-color: #824E13;
}
</style>
border-color css
<style>
span { border-color: #824E13; }
span { border-color: rgb(130,78,19); }
td.TdClassName
{
border-color: #824E13;
}
.TagClassName
{
border-color: #824E13;
}
</style>