Shades of Russet #824114
Tints of Russet #824114
RGB
CMYK
RGB Variations
Color information
#824114 (or 0x824114) is known color: Russet. HEX triplet: 82, 41 and 14. RGB value is (130,65,20). Sum of RGB (Red+Green+Blue) = 130+65+20=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824114 is #7DBEEB. Grayscale: #4F4F4F. Windows color (decimal): -8240876 or 1327490. OLE color: 1327490.
HSL color Cylindrical-coordinate representation of color #824114: hue angle of 24.55º 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 #824114 is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 65 | 20 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.49 |
| HSL | 24.55º | 0.73% | 0.29% | - |
| HSV(B) | 24.55º | 0.85% | 0.51% | - |
| XYZ | 11.22 | 8.58 | 1.73 | - |
| YUV | 79.31 | 94.53 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 20 | 0 | 0.50 | 0.85 | 0.49 | 24.55 | 0.73 | 0.29 |
| Hex | 82 | 41 | 14 | 0 | 32 | 55 | 31 | 19 | 49 | 1D |
| Octal | 202 | 101 | 24 | 0 | 62 | 125 | 61 | 31 | 111 | 35 |
| Binary | 10000010 | 1000001 | 10100 | 0 | 110010 | 1010101 | 110001 | 11001 | 1001001 | 11101 |
Color Harmonies of #824114
Complementary color
Monochromatic Colors of #824114
Black with #824114
Text Example
Text Example
White with #824114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824114; }
p { color: rgb(130,65,20); }
H1.HeaderClassName
{
color: #824114;
}
.AnyTagClassName
{
color: #824114;
}
</style>
background-color css
<style>
a { background-color: #824114; }
a { background-color: rgb(130,65,20); }
div.DivClassName
{
background-color: #824114;
}
.BgClassName
{
background-color: #824114;
}
</style>
border-color css
<style>
span { border-color: #824114; }
span { border-color: rgb(130,65,20); }
td.TdClassName
{
border-color: #824114;
}
.TagClassName
{
border-color: #824114;
}
</style>