Shades of Russet #804C1C
Tints of Russet #804C1C
RGB
CMYK
RGB Variations
Color information
#804C1C (or 0x804C1C) is known color: Russet. HEX triplet: 80, 4C and 1C. RGB value is (128,76,28). Sum of RGB (Red+Green+Blue) = 128+76+28=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #804C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C1C is #7FB3E3. Grayscale: #565656. Windows color (decimal): -8369124 or 1854592. OLE color: 1854592.
HSL color Cylindrical-coordinate representation of color #804C1C: hue angle of 28.8º 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 #804C1C is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 28 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.50 |
| HSL | 28.8º | 0.64% | 0.31% | - |
| HSV(B) | 28.8º | 0.78% | 0.5% | - |
| XYZ | 11.7 | 9.84 | 2.38 | - |
| YUV | 86.08 | 95.23 | 157.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 28 | 0 | 0.41 | 0.78 | 0.50 | 28.8 | 0.64 | 0.31 |
| Hex | 80 | 4C | 1C | 0 | 29 | 4E | 32 | 1D | 40 | 1F |
| Octal | 200 | 114 | 34 | 0 | 51 | 116 | 62 | 35 | 100 | 37 |
| Binary | 10000000 | 1001100 | 11100 | 0 | 101001 | 1001110 | 110010 | 11101 | 1000000 | 11111 |
Color Harmonies of #804C1C
Complementary color
Monochromatic Colors of #804C1C
Black with #804C1C
Text Example
Text Example
White with #804C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C1C; }
p { color: rgb(128,76,28); }
H1.HeaderClassName
{
color: #804C1C;
}
.AnyTagClassName
{
color: #804C1C;
}
</style>
background-color css
<style>
a { background-color: #804C1C; }
a { background-color: rgb(128,76,28); }
div.DivClassName
{
background-color: #804C1C;
}
.BgClassName
{
background-color: #804C1C;
}
</style>
border-color css
<style>
span { border-color: #804C1C; }
span { border-color: rgb(128,76,28); }
td.TdClassName
{
border-color: #804C1C;
}
.TagClassName
{
border-color: #804C1C;
}
</style>