Shades of Russet #825120
Tints of Russet #825120
RGB
CMYK
RGB Variations
Color information
#825120 (or 0x825120) is known color: Russet. HEX triplet: 82, 51 and 20. RGB value is (130,81,32). Sum of RGB (Red+Green+Blue) = 130+81+32=243 (32% of max value = 765). Red value is 130 (51.17% from 255 or 53.50% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 130 - color contains mainly: red. Hex color #825120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825120 is #7DAEDF. Grayscale: #5A5A5A. Windows color (decimal): -8236768 or 2118018. OLE color: 2118018.
HSL color Cylindrical-coordinate representation of color #825120: hue angle of 30º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #825120 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 81 | 32 | - |
| CMYK | 0 | 0.38 | 0.75 | 0.49 |
| HSL | 30º | 0.6% | 0.32% | - |
| HSV(B) | 30º | 0.75% | 0.51% | - |
| XYZ | 12.41 | 10.73 | 2.78 | - |
| YUV | 90.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 32 | 0 | 0.38 | 0.75 | 0.49 | 30 | 0.6 | 0.32 |
| Hex | 82 | 51 | 20 | 0 | 26 | 4B | 31 | 1E | 3C | 20 |
| Octal | 202 | 121 | 40 | 0 | 46 | 113 | 61 | 36 | 74 | 40 |
| Binary | 10000010 | 1010001 | 100000 | 0 | 100110 | 1001011 | 110001 | 11110 | 111100 | 100000 |
Color Harmonies of #825120
Complementary color
Monochromatic Colors of #825120
Black with #825120
Text Example
Text Example
White with #825120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825120; }
p { color: rgb(130,81,32); }
H1.HeaderClassName
{
color: #825120;
}
.AnyTagClassName
{
color: #825120;
}
</style>
background-color css
<style>
a { background-color: #825120; }
a { background-color: rgb(130,81,32); }
div.DivClassName
{
background-color: #825120;
}
.BgClassName
{
background-color: #825120;
}
</style>
border-color css
<style>
span { border-color: #825120; }
span { border-color: rgb(130,81,32); }
td.TdClassName
{
border-color: #825120;
}
.TagClassName
{
border-color: #825120;
}
</style>