Shades of Russet #824813
Tints of Russet #824813
RGB
CMYK
RGB Variations
Color information
#824813 (or 0x824813) is known color: Russet. HEX triplet: 82, 48 and 13. RGB value is (130,72,19). Sum of RGB (Red+Green+Blue) = 130+72+19=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #824813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824813 is #7DB7EC. Grayscale: #535353. Windows color (decimal): -8239085 or 1263746. OLE color: 1263746.
HSL color Cylindrical-coordinate representation of color #824813: hue angle of 28.65º degrees, saturation: 0.74, 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 #824813 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 72 | 19 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.49 |
| HSL | 28.65º | 0.74% | 0.29% | - |
| HSV(B) | 28.65º | 0.85% | 0.51% | - |
| XYZ | 11.64 | 9.43 | 1.82 | - |
| YUV | 83.3 | 91.72 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 19 | 0 | 0.45 | 0.85 | 0.49 | 28.65 | 0.74 | 0.29 |
| Hex | 82 | 48 | 13 | 0 | 2D | 55 | 31 | 1D | 4A | 1D |
| Octal | 202 | 110 | 23 | 0 | 55 | 125 | 61 | 35 | 112 | 35 |
| Binary | 10000010 | 1001000 | 10011 | 0 | 101101 | 1010101 | 110001 | 11101 | 1001010 | 11101 |
Color Harmonies of #824813
Complementary color
Monochromatic Colors of #824813
Black with #824813
Text Example
Text Example
White with #824813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824813; }
p { color: rgb(130,72,19); }
H1.HeaderClassName
{
color: #824813;
}
.AnyTagClassName
{
color: #824813;
}
</style>
background-color css
<style>
a { background-color: #824813; }
a { background-color: rgb(130,72,19); }
div.DivClassName
{
background-color: #824813;
}
.BgClassName
{
background-color: #824813;
}
</style>
border-color css
<style>
span { border-color: #824813; }
span { border-color: rgb(130,72,19); }
td.TdClassName
{
border-color: #824813;
}
.TagClassName
{
border-color: #824813;
}
</style>