Shades of Russet #80521A
Tints of Russet #80521A
RGB
CMYK
RGB Variations
Color information
#80521A (or 0x80521A) is known color: Russet. HEX triplet: 80, 52 and 1A. RGB value is (128,82,26). Sum of RGB (Red+Green+Blue) = 128+82+26=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 82 (32.42% from 255 or 34.75% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80521A is #7FADE5. Grayscale: #595959. Windows color (decimal): -8367590 or 1725056. OLE color: 1725056.
HSL color Cylindrical-coordinate representation of color #80521A: hue angle of 32.94º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #80521A is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 82 | 26 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.50 |
| HSL | 32.94º | 0.66% | 0.3% | - |
| HSV(B) | 32.94º | 0.8% | 0.5% | - |
| XYZ | 12.11 | 10.7 | 2.4 | - |
| YUV | 89.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 82 | 26 | 0 | 0.36 | 0.80 | 0.50 | 32.94 | 0.66 | 0.3 |
| Hex | 80 | 52 | 1A | 0 | 24 | 50 | 32 | 21 | 42 | 1E |
| Octal | 200 | 122 | 32 | 0 | 44 | 120 | 62 | 41 | 102 | 36 |
| Binary | 10000000 | 1010010 | 11010 | 0 | 100100 | 1010000 | 110010 | 100001 | 1000010 | 11110 |
Color Harmonies of #80521A
Complementary color
Monochromatic Colors of #80521A
Black with #80521A
Text Example
Text Example
White with #80521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80521A; }
p { color: rgb(128,82,26); }
H1.HeaderClassName
{
color: #80521A;
}
.AnyTagClassName
{
color: #80521A;
}
</style>
background-color css
<style>
a { background-color: #80521A; }
a { background-color: rgb(128,82,26); }
div.DivClassName
{
background-color: #80521A;
}
.BgClassName
{
background-color: #80521A;
}
</style>
border-color css
<style>
span { border-color: #80521A; }
span { border-color: rgb(128,82,26); }
td.TdClassName
{
border-color: #80521A;
}
.TagClassName
{
border-color: #80521A;
}
</style>