Shades of Russet #824A13
Tints of Russet #824A13
RGB
CMYK
RGB Variations
Color information
#824A13 (or 0x824A13) is known color: Russet. HEX triplet: 82, 4A and 13. RGB value is (130,74,19). Sum of RGB (Red+Green+Blue) = 130+74+19=223 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.30% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 19 (7.81% from 255 or 8.52% from 223); Max value from RGB is 130 - color contains mainly: red. Hex color #824A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A13 is #7DB5EC. Grayscale: #545454. Windows color (decimal): -8238573 or 1264258. OLE color: 1264258.
HSL color Cylindrical-coordinate representation of color #824A13: hue angle of 29.73º 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 #824A13 is Cyan = 0, Magento = 0.43, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 74 | 19 | - |
| CMYK | 0 | 0.43 | 0.85 | 0.49 |
| HSL | 29.73º | 0.74% | 0.29% | - |
| HSV(B) | 29.73º | 0.85% | 0.51% | - |
| XYZ | 11.77 | 9.69 | 1.87 | - |
| YUV | 84.47 | 91.05 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 19 | 0 | 0.43 | 0.85 | 0.49 | 29.73 | 0.74 | 0.29 |
| Hex | 82 | 4A | 13 | 0 | 2B | 55 | 31 | 1E | 4A | 1D |
| Octal | 202 | 112 | 23 | 0 | 53 | 125 | 61 | 36 | 112 | 35 |
| Binary | 10000010 | 1001010 | 10011 | 0 | 101011 | 1010101 | 110001 | 11110 | 1001010 | 11101 |
Color Harmonies of #824A13
Complementary color
Monochromatic Colors of #824A13
Black with #824A13
Text Example
Text Example
White with #824A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824A13; }
p { color: rgb(130,74,19); }
H1.HeaderClassName
{
color: #824A13;
}
.AnyTagClassName
{
color: #824A13;
}
</style>
background-color css
<style>
a { background-color: #824A13; }
a { background-color: rgb(130,74,19); }
div.DivClassName
{
background-color: #824A13;
}
.BgClassName
{
background-color: #824A13;
}
</style>
border-color css
<style>
span { border-color: #824A13; }
span { border-color: rgb(130,74,19); }
td.TdClassName
{
border-color: #824A13;
}
.TagClassName
{
border-color: #824A13;
}
</style>