Shades of Russet #825119
Tints of Russet #825119
RGB
CMYK
RGB Variations
Color information
#825119 (or 0x825119) is known color: Russet. HEX triplet: 82, 51 and 19. RGB value is (130,81,25). Sum of RGB (Red+Green+Blue) = 130+81+25=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 25 (10.16% from 255 or 10.59% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #825119 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825119 is #7DAEE6. Grayscale: #595959. Windows color (decimal): -8236775 or 1659266. OLE color: 1659266.
HSL color Cylindrical-coordinate representation of color #825119: hue angle of 32º 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 #825119 is Cyan = 0, Magento = 0.38, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 25 | - |
| CMYK | 0 | 0.38 | 0.81 | 0.49 |
| HSL | 32º | 0.68% | 0.3% | - |
| HSV(B) | 32º | 0.81% | 0.51% | - |
| XYZ | 12.32 | 10.7 | 2.34 | - |
| YUV | 89.27 | 91.73 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 25 | 0 | 0.38 | 0.81 | 0.49 | 32 | 0.68 | 0.3 |
| Hex | 82 | 51 | 19 | 0 | 26 | 51 | 31 | 20 | 44 | 1E |
| Octal | 202 | 121 | 31 | 0 | 46 | 121 | 61 | 40 | 104 | 36 |
| Binary | 10000010 | 1010001 | 11001 | 0 | 100110 | 1010001 | 110001 | 100000 | 1000100 | 11110 |
Color Harmonies of #825119
Complementary color
Monochromatic Colors of #825119
Black with #825119
Text Example
Text Example
White with #825119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825119; }
p { color: rgb(130,81,25); }
H1.HeaderClassName
{
color: #825119;
}
.AnyTagClassName
{
color: #825119;
}
</style>
background-color css
<style>
a { background-color: #825119; }
a { background-color: rgb(130,81,25); }
div.DivClassName
{
background-color: #825119;
}
.BgClassName
{
background-color: #825119;
}
</style>
border-color css
<style>
span { border-color: #825119; }
span { border-color: rgb(130,81,25); }
td.TdClassName
{
border-color: #825119;
}
.TagClassName
{
border-color: #825119;
}
</style>