Shades of Russet #804D1B
Tints of Russet #804D1B
RGB
CMYK
RGB Variations
Color information
#804D1B (or 0x804D1B) is known color: Russet. HEX triplet: 80, 4D and 1B. RGB value is (128,77,27). Sum of RGB (Red+Green+Blue) = 128+77+27=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #804D1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #804D1B is #7FB2E4. Grayscale: #565656. Windows color (decimal): -8368869 or 1789312. OLE color: 1789312.
HSL color Cylindrical-coordinate representation of color #804D1B: hue angle of 29.7º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #804D1B is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 77 | 27 | - |
| CMYK | 0 | 0.40 | 0.79 | 0.50 |
| HSL | 29.7º | 0.65% | 0.3% | - |
| HSV(B) | 29.7º | 0.79% | 0.5% | - |
| XYZ | 11.75 | 9.98 | 2.34 | - |
| YUV | 86.55 | 94.4 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 77 | 27 | 0 | 0.40 | 0.79 | 0.50 | 29.7 | 0.65 | 0.3 |
| Hex | 80 | 4D | 1B | 0 | 28 | 4F | 32 | 1E | 41 | 1E |
| Octal | 200 | 115 | 33 | 0 | 50 | 117 | 62 | 36 | 101 | 36 |
| Binary | 10000000 | 1001101 | 11011 | 0 | 101000 | 1001111 | 110010 | 11110 | 1000001 | 11110 |
Color Harmonies of #804D1B
Complementary color
Monochromatic Colors of #804D1B
Black with #804D1B
Text Example
Text Example
White with #804D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804D1B; }
p { color: rgb(128,77,27); }
H1.HeaderClassName
{
color: #804D1B;
}
.AnyTagClassName
{
color: #804D1B;
}
</style>
background-color css
<style>
a { background-color: #804D1B; }
a { background-color: rgb(128,77,27); }
div.DivClassName
{
background-color: #804D1B;
}
.BgClassName
{
background-color: #804D1B;
}
</style>
border-color css
<style>
span { border-color: #804D1B; }
span { border-color: rgb(128,77,27); }
td.TdClassName
{
border-color: #804D1B;
}
.TagClassName
{
border-color: #804D1B;
}
</style>