Shades of Russet #80511C
Tints of Russet #80511C
RGB
CMYK
RGB Variations
Color information
#80511C (or 0x80511C) is known color: Russet. HEX triplet: 80, 51 and 1C. RGB value is (128,81,28). Sum of RGB (Red+Green+Blue) = 128+81+28=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80511C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80511C is #7FAEE3. Grayscale: #595959. Windows color (decimal): -8367844 or 1855872. OLE color: 1855872.
HSL color Cylindrical-coordinate representation of color #80511C: hue angle of 31.8º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80511C is Cyan = 0, Magento = 0.37, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 28 | - |
| CMYK | 0 | 0.37 | 0.78 | 0.50 |
| HSL | 31.8º | 0.64% | 0.31% | - |
| HSV(B) | 31.8º | 0.78% | 0.5% | - |
| XYZ | 12.05 | 10.56 | 2.5 | - |
| YUV | 89.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 28 | 0 | 0.37 | 0.78 | 0.50 | 31.8 | 0.64 | 0.31 |
| Hex | 80 | 51 | 1C | 0 | 25 | 4E | 32 | 20 | 40 | 1F |
| Octal | 200 | 121 | 34 | 0 | 45 | 116 | 62 | 40 | 100 | 37 |
| Binary | 10000000 | 1010001 | 11100 | 0 | 100101 | 1001110 | 110010 | 100000 | 1000000 | 11111 |
Color Harmonies of #80511C
Complementary color
Monochromatic Colors of #80511C
Black with #80511C
Text Example
Text Example
White with #80511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80511C; }
p { color: rgb(128,81,28); }
H1.HeaderClassName
{
color: #80511C;
}
.AnyTagClassName
{
color: #80511C;
}
</style>
background-color css
<style>
a { background-color: #80511C; }
a { background-color: rgb(128,81,28); }
div.DivClassName
{
background-color: #80511C;
}
.BgClassName
{
background-color: #80511C;
}
</style>
border-color css
<style>
span { border-color: #80511C; }
span { border-color: rgb(128,81,28); }
td.TdClassName
{
border-color: #80511C;
}
.TagClassName
{
border-color: #80511C;
}
</style>