Shades of Russet #804D1C
Tints of Russet #804D1C
RGB
CMYK
RGB Variations
Color information
#804D1C (or 0x804D1C) is known color: Russet. HEX triplet: 80, 4D and 1C. RGB value is (128,77,28). Sum of RGB (Red+Green+Blue) = 128+77+28=233 (30% of max value = 765). Red value is 128 (50.39% from 255 or 54.94% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 128 - color contains mainly: red. Hex color #804D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D1C is #7FB2E3. Grayscale: #565656. Windows color (decimal): -8368868 or 1854848. OLE color: 1854848.
HSL color Cylindrical-coordinate representation of color #804D1C: hue angle of 29.4º 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 #804D1C is Cyan = 0, Magento = 0.40, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 28 | - |
| CMYK | 0 | 0.40 | 0.78 | 0.50 |
| HSL | 29.4º | 0.64% | 0.31% | - |
| HSV(B) | 29.4º | 0.78% | 0.5% | - |
| XYZ | 11.77 | 9.98 | 2.4 | - |
| YUV | 86.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 28 | 0 | 0.40 | 0.78 | 0.50 | 29.4 | 0.64 | 0.31 |
| Hex | 80 | 4D | 1C | 0 | 28 | 4E | 32 | 1D | 40 | 1F |
| Octal | 200 | 115 | 34 | 0 | 50 | 116 | 62 | 35 | 100 | 37 |
| Binary | 10000000 | 1001101 | 11100 | 0 | 101000 | 1001110 | 110010 | 11101 | 1000000 | 11111 |
Color Harmonies of #804D1C
Complementary color
Monochromatic Colors of #804D1C
Black with #804D1C
Text Example
Text Example
White with #804D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D1C; }
p { color: rgb(128,77,28); }
H1.HeaderClassName
{
color: #804D1C;
}
.AnyTagClassName
{
color: #804D1C;
}
</style>
background-color css
<style>
a { background-color: #804D1C; }
a { background-color: rgb(128,77,28); }
div.DivClassName
{
background-color: #804D1C;
}
.BgClassName
{
background-color: #804D1C;
}
</style>
border-color css
<style>
span { border-color: #804D1C; }
span { border-color: rgb(128,77,28); }
td.TdClassName
{
border-color: #804D1C;
}
.TagClassName
{
border-color: #804D1C;
}
</style>