Shades of Russet #80501F
Tints of Russet #80501F
RGB
CMYK
RGB Variations
Color information
#80501F (or 0x80501F) is known color: Russet. HEX triplet: 80, 50 and 1F. RGB value is (128,80,31). Sum of RGB (Red+Green+Blue) = 128+80+31=239 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.56% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 128 - color contains mainly: red. Hex color #80501F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80501F is #7FAFE0. Grayscale: #595959. Windows color (decimal): -8368097 or 2052224. OLE color: 2052224.
HSL color Cylindrical-coordinate representation of color #80501F: hue angle of 30.31º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80501F is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 31 | - |
| CMYK | 0 | 0.38 | 0.76 | 0.50 |
| HSL | 30.31º | 0.61% | 0.31% | - |
| HSV(B) | 30.31º | 0.76% | 0.5% | - |
| XYZ | 12.02 | 10.43 | 2.68 | - |
| YUV | 88.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 31 | 0 | 0.38 | 0.76 | 0.50 | 30.31 | 0.61 | 0.31 |
| Hex | 80 | 50 | 1F | 0 | 26 | 4C | 32 | 1E | 3D | 1F |
| Octal | 200 | 120 | 37 | 0 | 46 | 114 | 62 | 36 | 75 | 37 |
| Binary | 10000000 | 1010000 | 11111 | 0 | 100110 | 1001100 | 110010 | 11110 | 111101 | 11111 |
Color Harmonies of #80501F
Complementary color
Monochromatic Colors of #80501F
Black with #80501F
Text Example
Text Example
White with #80501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80501F; }
p { color: rgb(128,80,31); }
H1.HeaderClassName
{
color: #80501F;
}
.AnyTagClassName
{
color: #80501F;
}
</style>
background-color css
<style>
a { background-color: #80501F; }
a { background-color: rgb(128,80,31); }
div.DivClassName
{
background-color: #80501F;
}
.BgClassName
{
background-color: #80501F;
}
</style>
border-color css
<style>
span { border-color: #80501F; }
span { border-color: rgb(128,80,31); }
td.TdClassName
{
border-color: #80501F;
}
.TagClassName
{
border-color: #80501F;
}
</style>