Shades of Russet #804C1F
Tints of Russet #804C1F
RGB
CMYK
RGB Variations
Color information
#804C1F (or 0x804C1F) is known color: Russet. HEX triplet: 80, 4C and 1F. RGB value is (128,76,31). Sum of RGB (Red+Green+Blue) = 128+76+31=235 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.47% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 128 - color contains mainly: red. Hex color #804C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804C1F is #7FB3E0. Grayscale: #565656. Windows color (decimal): -8369121 or 2051200. OLE color: 2051200.
HSL color Cylindrical-coordinate representation of color #804C1F: hue angle of 27.84º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #804C1F is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 76 | 31 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.50 |
| HSL | 27.84º | 0.61% | 0.31% | - |
| HSV(B) | 27.84º | 0.76% | 0.5% | - |
| XYZ | 11.73 | 9.86 | 2.58 | - |
| YUV | 86.42 | 96.73 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 31 | 0 | 0.41 | 0.76 | 0.50 | 27.84 | 0.61 | 0.31 |
| Hex | 80 | 4C | 1F | 0 | 29 | 4C | 32 | 1C | 3D | 1F |
| Octal | 200 | 114 | 37 | 0 | 51 | 114 | 62 | 34 | 75 | 37 |
| Binary | 10000000 | 1001100 | 11111 | 0 | 101001 | 1001100 | 110010 | 11100 | 111101 | 11111 |
Color Harmonies of #804C1F
Complementary color
Monochromatic Colors of #804C1F
Black with #804C1F
Text Example
Text Example
White with #804C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804C1F; }
p { color: rgb(128,76,31); }
H1.HeaderClassName
{
color: #804C1F;
}
.AnyTagClassName
{
color: #804C1F;
}
</style>
background-color css
<style>
a { background-color: #804C1F; }
a { background-color: rgb(128,76,31); }
div.DivClassName
{
background-color: #804C1F;
}
.BgClassName
{
background-color: #804C1F;
}
</style>
border-color css
<style>
span { border-color: #804C1F; }
span { border-color: rgb(128,76,31); }
td.TdClassName
{
border-color: #804C1F;
}
.TagClassName
{
border-color: #804C1F;
}
</style>