Shades of Russet #824D12
Tints of Russet #824D12
RGB
CMYK
RGB Variations
Color information
#824D12 (or 0x824D12) is known color: Russet. HEX triplet: 82, 4D and 12. RGB value is (130,77,18). Sum of RGB (Red+Green+Blue) = 130+77+18=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 77 (30.47% from 255 or 34.22% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #824D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824D12 is #7DB2ED. Grayscale: #565656. Windows color (decimal): -8237806 or 1199490. OLE color: 1199490.
HSL color Cylindrical-coordinate representation of color #824D12: hue angle of 31.61º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #824D12 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 77 | 18 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.49 |
| HSL | 31.61º | 0.76% | 0.29% | - |
| HSV(B) | 31.61º | 0.86% | 0.51% | - |
| XYZ | 11.97 | 10.1 | 1.89 | - |
| YUV | 86.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 18 | 0 | 0.41 | 0.86 | 0.49 | 31.61 | 0.76 | 0.29 |
| Hex | 82 | 4D | 12 | 0 | 29 | 56 | 31 | 20 | 4C | 1D |
| Octal | 202 | 115 | 22 | 0 | 51 | 126 | 61 | 40 | 114 | 35 |
| Binary | 10000010 | 1001101 | 10010 | 0 | 101001 | 1010110 | 110001 | 100000 | 1001100 | 11101 |
Color Harmonies of #824D12
Complementary color
Monochromatic Colors of #824D12
Black with #824D12
Text Example
Text Example
White with #824D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824D12; }
p { color: rgb(130,77,18); }
H1.HeaderClassName
{
color: #824D12;
}
.AnyTagClassName
{
color: #824D12;
}
</style>
background-color css
<style>
a { background-color: #824D12; }
a { background-color: rgb(130,77,18); }
div.DivClassName
{
background-color: #824D12;
}
.BgClassName
{
background-color: #824D12;
}
</style>
border-color css
<style>
span { border-color: #824D12; }
span { border-color: rgb(130,77,18); }
td.TdClassName
{
border-color: #824D12;
}
.TagClassName
{
border-color: #824D12;
}
</style>