Shades of Russet #824619
Tints of Russet #824619
RGB
CMYK
RGB Variations
Color information
#824619 (or 0x824619) is known color: Russet. HEX triplet: 82, 46 and 19. RGB value is (130,70,25). Sum of RGB (Red+Green+Blue) = 130+70+25=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #824619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824619 is #7DB9E6. Grayscale: #535353. Windows color (decimal): -8239591 or 1656450. OLE color: 1656450.
HSL color Cylindrical-coordinate representation of color #824619: hue angle of 25.71º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #824619 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 70 | 25 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.49 |
| HSL | 25.71º | 0.68% | 0.3% | - |
| HSV(B) | 25.71º | 0.81% | 0.51% | - |
| XYZ | 11.57 | 9.2 | 2.08 | - |
| YUV | 82.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 25 | 0 | 0.46 | 0.81 | 0.49 | 25.71 | 0.68 | 0.3 |
| Hex | 82 | 46 | 19 | 0 | 2E | 51 | 31 | 1A | 44 | 1E |
| Octal | 202 | 106 | 31 | 0 | 56 | 121 | 61 | 32 | 104 | 36 |
| Binary | 10000010 | 1000110 | 11001 | 0 | 101110 | 1010001 | 110001 | 11010 | 1000100 | 11110 |
Color Harmonies of #824619
Complementary color
Monochromatic Colors of #824619
Black with #824619
Text Example
Text Example
White with #824619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824619; }
p { color: rgb(130,70,25); }
H1.HeaderClassName
{
color: #824619;
}
.AnyTagClassName
{
color: #824619;
}
</style>
background-color css
<style>
a { background-color: #824619; }
a { background-color: rgb(130,70,25); }
div.DivClassName
{
background-color: #824619;
}
.BgClassName
{
background-color: #824619;
}
</style>
border-color css
<style>
span { border-color: #824619; }
span { border-color: rgb(130,70,25); }
td.TdClassName
{
border-color: #824619;
}
.TagClassName
{
border-color: #824619;
}
</style>