Shades of Russet #80461C
Tints of Russet #80461C
RGB
CMYK
RGB Variations
Color information
#80461C (or 0x80461C) is known color: Russet. HEX triplet: 80, 46 and 1C. RGB value is (128,70,28). Sum of RGB (Red+Green+Blue) = 128+70+28=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 28 (11.33% from 255 or 12.39% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80461C is #7FB9E3. Grayscale: #525252. Windows color (decimal): -8370660 or 1853056. OLE color: 1853056.
HSL color Cylindrical-coordinate representation of color #80461C: hue angle of 25.2º 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 #80461C is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 70 | 28 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.50 |
| HSL | 25.2º | 0.64% | 0.31% | - |
| HSV(B) | 25.2º | 0.78% | 0.5% | - |
| XYZ | 11.3 | 9.05 | 2.25 | - |
| YUV | 82.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 70 | 28 | 0 | 0.45 | 0.78 | 0.50 | 25.2 | 0.64 | 0.31 |
| Hex | 80 | 46 | 1C | 0 | 2D | 4E | 32 | 19 | 40 | 1F |
| Octal | 200 | 106 | 34 | 0 | 55 | 116 | 62 | 31 | 100 | 37 |
| Binary | 10000000 | 1000110 | 11100 | 0 | 101101 | 1001110 | 110010 | 11001 | 1000000 | 11111 |
Color Harmonies of #80461C
Complementary color
Monochromatic Colors of #80461C
Black with #80461C
Text Example
Text Example
White with #80461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80461C; }
p { color: rgb(128,70,28); }
H1.HeaderClassName
{
color: #80461C;
}
.AnyTagClassName
{
color: #80461C;
}
</style>
background-color css
<style>
a { background-color: #80461C; }
a { background-color: rgb(128,70,28); }
div.DivClassName
{
background-color: #80461C;
}
.BgClassName
{
background-color: #80461C;
}
</style>
border-color css
<style>
span { border-color: #80461C; }
span { border-color: rgb(128,70,28); }
td.TdClassName
{
border-color: #80461C;
}
.TagClassName
{
border-color: #80461C;
}
</style>