Shades of Russet #824C12
Tints of Russet #824C12
RGB
CMYK
RGB Variations
Color information
#824C12 (or 0x824C12) is known color: Russet. HEX triplet: 82, 4C and 12. RGB value is (130,76,18). Sum of RGB (Red+Green+Blue) = 130+76+18=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #824C12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C12 is #7DB3ED. Grayscale: #555555. Windows color (decimal): -8238062 or 1199234. OLE color: 1199234.
HSL color Cylindrical-coordinate representation of color #824C12: hue angle of 31.07º 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 #824C12 is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 76 | 18 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.49 |
| HSL | 31.07º | 0.76% | 0.29% | - |
| HSV(B) | 31.07º | 0.86% | 0.51% | - |
| XYZ | 11.9 | 9.96 | 1.87 | - |
| YUV | 85.53 | 89.89 | 159.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 76 | 18 | 0 | 0.42 | 0.86 | 0.49 | 31.07 | 0.76 | 0.29 |
| Hex | 82 | 4C | 12 | 0 | 2A | 56 | 31 | 1F | 4C | 1D |
| Octal | 202 | 114 | 22 | 0 | 52 | 126 | 61 | 37 | 114 | 35 |
| Binary | 10000010 | 1001100 | 10010 | 0 | 101010 | 1010110 | 110001 | 11111 | 1001100 | 11101 |
Color Harmonies of #824C12
Complementary color
Monochromatic Colors of #824C12
Black with #824C12
Text Example
Text Example
White with #824C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824C12; }
p { color: rgb(130,76,18); }
H1.HeaderClassName
{
color: #824C12;
}
.AnyTagClassName
{
color: #824C12;
}
</style>
background-color css
<style>
a { background-color: #824C12; }
a { background-color: rgb(130,76,18); }
div.DivClassName
{
background-color: #824C12;
}
.BgClassName
{
background-color: #824C12;
}
</style>
border-color css
<style>
span { border-color: #824C12; }
span { border-color: rgb(130,76,18); }
td.TdClassName
{
border-color: #824C12;
}
.TagClassName
{
border-color: #824C12;
}
</style>