Shades of Russet #824812
Tints of Russet #824812
RGB
CMYK
RGB Variations
Color information
#824812 (or 0x824812) is known color: Russet. HEX triplet: 82, 48 and 12. RGB value is (130,72,18). Sum of RGB (Red+Green+Blue) = 130+72+18=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #824812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824812 is #7DB7ED. Grayscale: #535353. Windows color (decimal): -8239086 or 1198210. OLE color: 1198210.
HSL color Cylindrical-coordinate representation of color #824812: hue angle of 28.93º 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 #824812 is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 18 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.49 |
| HSL | 28.93º | 0.76% | 0.29% | - |
| HSV(B) | 28.93º | 0.86% | 0.51% | - |
| XYZ | 11.63 | 9.42 | 1.78 | - |
| YUV | 83.19 | 91.22 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 18 | 0 | 0.45 | 0.86 | 0.49 | 28.93 | 0.76 | 0.29 |
| Hex | 82 | 48 | 12 | 0 | 2D | 56 | 31 | 1D | 4C | 1D |
| Octal | 202 | 110 | 22 | 0 | 55 | 126 | 61 | 35 | 114 | 35 |
| Binary | 10000010 | 1001000 | 10010 | 0 | 101101 | 1010110 | 110001 | 11101 | 1001100 | 11101 |
Color Harmonies of #824812
Complementary color
Monochromatic Colors of #824812
Black with #824812
Text Example
Text Example
White with #824812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824812; }
p { color: rgb(130,72,18); }
H1.HeaderClassName
{
color: #824812;
}
.AnyTagClassName
{
color: #824812;
}
</style>
background-color css
<style>
a { background-color: #824812; }
a { background-color: rgb(130,72,18); }
div.DivClassName
{
background-color: #824812;
}
.BgClassName
{
background-color: #824812;
}
</style>
border-color css
<style>
span { border-color: #824812; }
span { border-color: rgb(130,72,18); }
td.TdClassName
{
border-color: #824812;
}
.TagClassName
{
border-color: #824812;
}
</style>