Shades of Russet #80501D
Tints of Russet #80501D
RGB
CMYK
RGB Variations
Color information
#80501D (or 0x80501D) is known color: Russet. HEX triplet: 80, 50 and 1D. RGB value is (128,80,29). Sum of RGB (Red+Green+Blue) = 128+80+29=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 29 (11.72% from 255 or 12.24% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #80501D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80501D is #7FAFE2. Grayscale: #585858. Windows color (decimal): -8368099 or 1921152. OLE color: 1921152.
HSL color Cylindrical-coordinate representation of color #80501D: hue angle of 30.91º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80501D is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 29 | - |
| CMYK | 0 | 0.38 | 0.77 | 0.50 |
| HSL | 30.91º | 0.63% | 0.31% | - |
| HSV(B) | 30.91º | 0.77% | 0.5% | - |
| XYZ | 11.99 | 10.42 | 2.54 | - |
| YUV | 88.54 | 94.4 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 29 | 0 | 0.38 | 0.77 | 0.50 | 30.91 | 0.63 | 0.31 |
| Hex | 80 | 50 | 1D | 0 | 26 | 4D | 32 | 1F | 3F | 1F |
| Octal | 200 | 120 | 35 | 0 | 46 | 115 | 62 | 37 | 77 | 37 |
| Binary | 10000000 | 1010000 | 11101 | 0 | 100110 | 1001101 | 110010 | 11111 | 111111 | 11111 |
Color Harmonies of #80501D
Complementary color
Monochromatic Colors of #80501D
Black with #80501D
Text Example
Text Example
White with #80501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80501D; }
p { color: rgb(128,80,29); }
H1.HeaderClassName
{
color: #80501D;
}
.AnyTagClassName
{
color: #80501D;
}
</style>
background-color css
<style>
a { background-color: #80501D; }
a { background-color: rgb(128,80,29); }
div.DivClassName
{
background-color: #80501D;
}
.BgClassName
{
background-color: #80501D;
}
</style>
border-color css
<style>
span { border-color: #80501D; }
span { border-color: rgb(128,80,29); }
td.TdClassName
{
border-color: #80501D;
}
.TagClassName
{
border-color: #80501D;
}
</style>