Shades of Russet #815120
Tints of Russet #815120
RGB
CMYK
RGB Variations
Color information
#815120 (or 0x815120) is known color: Russet. HEX triplet: 81, 51 and 20. RGB value is (129,81,32). Sum of RGB (Red+Green+Blue) = 129+81+32=242 (32% of max value = 765). Red value is 129 (50.78% from 255 or 53.31% from 242); Green value is 81 (32.03% from 255 or 33.47% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 129 - color contains mainly: red. Hex color #815120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #815120 is #7EAEDF. Grayscale: #5A5A5A. Windows color (decimal): -8302304 or 2118017. OLE color: 2118017.
HSL color Cylindrical-coordinate representation of color #815120: hue angle of 30.31º 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 #815120 is Cyan = 0, Magento = 0.37, Yellow = 0.75 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 81 | 32 | - |
| CMYK | 0 | 0.37 | 0.75 | 0.49 |
| HSL | 30.31º | 0.6% | 0.32% | - |
| HSV(B) | 30.31º | 0.75% | 0.51% | - |
| XYZ | 12.26 | 10.66 | 2.78 | - |
| YUV | 89.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 81 | 32 | 0 | 0.37 | 0.75 | 0.49 | 30.31 | 0.6 | 0.32 |
| Hex | 81 | 51 | 20 | 0 | 25 | 4B | 31 | 1E | 3C | 20 |
| Octal | 201 | 121 | 40 | 0 | 45 | 113 | 61 | 36 | 74 | 40 |
| Binary | 10000001 | 1010001 | 100000 | 0 | 100101 | 1001011 | 110001 | 11110 | 111100 | 100000 |
Color Harmonies of #815120
Complementary color
Monochromatic Colors of #815120
Black with #815120
Text Example
Text Example
White with #815120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815120; }
p { color: rgb(129,81,32); }
H1.HeaderClassName
{
color: #815120;
}
.AnyTagClassName
{
color: #815120;
}
</style>
background-color css
<style>
a { background-color: #815120; }
a { background-color: rgb(129,81,32); }
div.DivClassName
{
background-color: #815120;
}
.BgClassName
{
background-color: #815120;
}
</style>
border-color css
<style>
span { border-color: #815120; }
span { border-color: rgb(129,81,32); }
td.TdClassName
{
border-color: #815120;
}
.TagClassName
{
border-color: #815120;
}
</style>