Shades of Russet #824D1D
Tints of Russet #824D1D
RGB
CMYK
RGB Variations
Color information
#824D1D (or 0x824D1D) is known color: Russet. HEX triplet: 82, 4D and 1D. RGB value is (130,77,29). Sum of RGB (Red+Green+Blue) = 130+77+29=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 29 (11.72% from 255 or 12.29% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #824D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D1D is #7DB2E2. Grayscale: #575757. Windows color (decimal): -8237795 or 1920386. OLE color: 1920386.
HSL color Cylindrical-coordinate representation of color #824D1D: hue angle of 28.51º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #824D1D is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 29 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.49 |
| HSL | 28.51º | 0.64% | 0.31% | - |
| HSV(B) | 28.51º | 0.78% | 0.51% | - |
| XYZ | 12.08 | 10.14 | 2.48 | - |
| YUV | 87.38 | 95.06 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 29 | 0 | 0.41 | 0.78 | 0.49 | 28.51 | 0.64 | 0.31 |
| Hex | 82 | 4D | 1D | 0 | 29 | 4E | 31 | 1D | 40 | 1F |
| Octal | 202 | 115 | 35 | 0 | 51 | 116 | 61 | 35 | 100 | 37 |
| Binary | 10000010 | 1001101 | 11101 | 0 | 101001 | 1001110 | 110001 | 11101 | 1000000 | 11111 |
Color Harmonies of #824D1D
Complementary color
Monochromatic Colors of #824D1D
Black with #824D1D
Text Example
Text Example
White with #824D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D1D; }
p { color: rgb(130,77,29); }
H1.HeaderClassName
{
color: #824D1D;
}
.AnyTagClassName
{
color: #824D1D;
}
</style>
background-color css
<style>
a { background-color: #824D1D; }
a { background-color: rgb(130,77,29); }
div.DivClassName
{
background-color: #824D1D;
}
.BgClassName
{
background-color: #824D1D;
}
</style>
border-color css
<style>
span { border-color: #824D1D; }
span { border-color: rgb(130,77,29); }
td.TdClassName
{
border-color: #824D1D;
}
.TagClassName
{
border-color: #824D1D;
}
</style>