Shades of Russet #824D14
Tints of Russet #824D14
RGB
CMYK
RGB Variations
Color information
#824D14 (or 0x824D14) is known color: Russet. HEX triplet: 82, 4D and 14. RGB value is (130,77,20). Sum of RGB (Red+Green+Blue) = 130+77+20=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #824D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D14 is #7DB2EB. Grayscale: #565656. Windows color (decimal): -8237804 or 1330562. OLE color: 1330562.
HSL color Cylindrical-coordinate representation of color #824D14: hue angle of 31.09º degrees, saturation: 0.73, 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 #824D14 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 20 | - |
| CMYK | 0 | 0.41 | 0.85 | 0.49 |
| HSL | 31.09º | 0.73% | 0.29% | - |
| HSV(B) | 31.09º | 0.85% | 0.51% | - |
| XYZ | 11.99 | 10.1 | 1.98 | - |
| YUV | 86.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 20 | 0 | 0.41 | 0.85 | 0.49 | 31.09 | 0.73 | 0.29 |
| Hex | 82 | 4D | 14 | 0 | 29 | 55 | 31 | 1F | 49 | 1D |
| Octal | 202 | 115 | 24 | 0 | 51 | 125 | 61 | 37 | 111 | 35 |
| Binary | 10000010 | 1001101 | 10100 | 0 | 101001 | 1010101 | 110001 | 11111 | 1001001 | 11101 |
Color Harmonies of #824D14
Complementary color
Monochromatic Colors of #824D14
Black with #824D14
Text Example
Text Example
White with #824D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D14; }
p { color: rgb(130,77,20); }
H1.HeaderClassName
{
color: #824D14;
}
.AnyTagClassName
{
color: #824D14;
}
</style>
background-color css
<style>
a { background-color: #824D14; }
a { background-color: rgb(130,77,20); }
div.DivClassName
{
background-color: #824D14;
}
.BgClassName
{
background-color: #824D14;
}
</style>
border-color css
<style>
span { border-color: #824D14; }
span { border-color: rgb(130,77,20); }
td.TdClassName
{
border-color: #824D14;
}
.TagClassName
{
border-color: #824D14;
}
</style>