Shades of Russet #804B1D
Tints of Russet #804B1D
RGB
CMYK
RGB Variations
Color information
#804B1D (or 0x804B1D) is known color: Russet. HEX triplet: 80, 4B and 1D. RGB value is (128,75,29). Sum of RGB (Red+Green+Blue) = 128+75+29=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 75 (29.69% from 255 or 32.33% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #804B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804B1D is #7FB4E2. Grayscale: #555555. Windows color (decimal): -8369379 or 1919872. OLE color: 1919872.
HSL color Cylindrical-coordinate representation of color #804B1D: hue angle of 27.88º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #804B1D is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 75 | 29 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.50 |
| HSL | 27.88º | 0.63% | 0.31% | - |
| HSV(B) | 27.88º | 0.77% | 0.5% | - |
| XYZ | 11.64 | 9.71 | 2.42 | - |
| YUV | 85.6 | 96.06 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 29 | 0 | 0.41 | 0.77 | 0.50 | 27.88 | 0.63 | 0.31 |
| Hex | 80 | 4B | 1D | 0 | 29 | 4D | 32 | 1C | 3F | 1F |
| Octal | 200 | 113 | 35 | 0 | 51 | 115 | 62 | 34 | 77 | 37 |
| Binary | 10000000 | 1001011 | 11101 | 0 | 101001 | 1001101 | 110010 | 11100 | 111111 | 11111 |
Color Harmonies of #804B1D
Complementary color
Monochromatic Colors of #804B1D
Black with #804B1D
Text Example
Text Example
White with #804B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804B1D; }
p { color: rgb(128,75,29); }
H1.HeaderClassName
{
color: #804B1D;
}
.AnyTagClassName
{
color: #804B1D;
}
</style>
background-color css
<style>
a { background-color: #804B1D; }
a { background-color: rgb(128,75,29); }
div.DivClassName
{
background-color: #804B1D;
}
.BgClassName
{
background-color: #804B1D;
}
</style>
border-color css
<style>
span { border-color: #804B1D; }
span { border-color: rgb(128,75,29); }
td.TdClassName
{
border-color: #804B1D;
}
.TagClassName
{
border-color: #804B1D;
}
</style>