Shades of Russet #824F13
Tints of Russet #824F13
RGB
CMYK
RGB Variations
Color information
#824F13 (or 0x824F13) is known color: Russet. HEX triplet: 82, 4F and 13. RGB value is (130,79,19). Sum of RGB (Red+Green+Blue) = 130+79+19=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 79 (31.25% from 255 or 34.65% from 228); Blue value is 19 (7.81% from 255 or 8.33% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #824F13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F13 is #7DB0EC. Grayscale: #575757. Windows color (decimal): -8237293 or 1265538. OLE color: 1265538.
HSL color Cylindrical-coordinate representation of color #824F13: hue angle of 32.43º 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 #824F13 is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 79 | 19 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.49 |
| HSL | 32.43º | 0.74% | 0.29% | - |
| HSV(B) | 32.43º | 0.85% | 0.51% | - |
| XYZ | 12.12 | 10.38 | 1.98 | - |
| YUV | 87.41 | 89.4 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 19 | 0 | 0.39 | 0.85 | 0.49 | 32.43 | 0.74 | 0.29 |
| Hex | 82 | 4F | 13 | 0 | 27 | 55 | 31 | 20 | 4A | 1D |
| Octal | 202 | 117 | 23 | 0 | 47 | 125 | 61 | 40 | 112 | 35 |
| Binary | 10000010 | 1001111 | 10011 | 0 | 100111 | 1010101 | 110001 | 100000 | 1001010 | 11101 |
Color Harmonies of #824F13
Complementary color
Monochromatic Colors of #824F13
Black with #824F13
Text Example
Text Example
White with #824F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824F13; }
p { color: rgb(130,79,19); }
H1.HeaderClassName
{
color: #824F13;
}
.AnyTagClassName
{
color: #824F13;
}
</style>
background-color css
<style>
a { background-color: #824F13; }
a { background-color: rgb(130,79,19); }
div.DivClassName
{
background-color: #824F13;
}
.BgClassName
{
background-color: #824F13;
}
</style>
border-color css
<style>
span { border-color: #824F13; }
span { border-color: rgb(130,79,19); }
td.TdClassName
{
border-color: #824F13;
}
.TagClassName
{
border-color: #824F13;
}
</style>