Shades of Russet #804F1C
Tints of Russet #804F1C
RGB
CMYK
RGB Variations
Color information
#804F1C (or 0x804F1C) is known color: Russet. HEX triplet: 80, 4F and 1C. RGB value is (128,79,28). Sum of RGB (Red+Green+Blue) = 128+79+28=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 79 (31.25% from 255 or 33.62% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804F1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804F1C is #7FB0E3. Grayscale: #585858. Windows color (decimal): -8368356 or 1855360. OLE color: 1855360.
HSL color Cylindrical-coordinate representation of color #804F1C: hue angle of 30.6º 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 #804F1C is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 79 | 28 | - |
| CMYK | 0 | 0.38 | 0.78 | 0.50 |
| HSL | 30.6º | 0.64% | 0.31% | - |
| HSV(B) | 30.6º | 0.78% | 0.5% | - |
| XYZ | 11.91 | 10.27 | 2.45 | - |
| YUV | 87.84 | 94.23 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 79 | 28 | 0 | 0.38 | 0.78 | 0.50 | 30.6 | 0.64 | 0.31 |
| Hex | 80 | 4F | 1C | 0 | 26 | 4E | 32 | 1F | 40 | 1F |
| Octal | 200 | 117 | 34 | 0 | 46 | 116 | 62 | 37 | 100 | 37 |
| Binary | 10000000 | 1001111 | 11100 | 0 | 100110 | 1001110 | 110010 | 11111 | 1000000 | 11111 |
Color Harmonies of #804F1C
Complementary color
Monochromatic Colors of #804F1C
Black with #804F1C
Text Example
Text Example
White with #804F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804F1C; }
p { color: rgb(128,79,28); }
H1.HeaderClassName
{
color: #804F1C;
}
.AnyTagClassName
{
color: #804F1C;
}
</style>
background-color css
<style>
a { background-color: #804F1C; }
a { background-color: rgb(128,79,28); }
div.DivClassName
{
background-color: #804F1C;
}
.BgClassName
{
background-color: #804F1C;
}
</style>
border-color css
<style>
span { border-color: #804F1C; }
span { border-color: rgb(128,79,28); }
td.TdClassName
{
border-color: #804F1C;
}
.TagClassName
{
border-color: #804F1C;
}
</style>