Shades of Russet #804218
Tints of Russet #804218
RGB
CMYK
RGB Variations
Color information
#804218 (or 0x804218) is known color: Russet. HEX triplet: 80, 42 and 18. RGB value is (128,66,24). Sum of RGB (Red+Green+Blue) = 128+66+24=218 (28% of max value = 765). Red value is 128 (50.39% from 255 or 58.72% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 128 - color contains mainly: red. Hex color #804218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804218 is #7FBDE7. Grayscale: #4F4F4F. Windows color (decimal): -8371688 or 1589888. OLE color: 1589888.
HSL color Cylindrical-coordinate representation of color #804218: hue angle of 24.23º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #804218 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 24 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.50 |
| HSL | 24.23º | 0.68% | 0.3% | - |
| HSV(B) | 24.23º | 0.81% | 0.5% | - |
| XYZ | 11.02 | 8.55 | 1.93 | - |
| YUV | 79.75 | 96.54 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 24 | 0 | 0.48 | 0.81 | 0.50 | 24.23 | 0.68 | 0.3 |
| Hex | 80 | 42 | 18 | 0 | 30 | 51 | 32 | 18 | 44 | 1E |
| Octal | 200 | 102 | 30 | 0 | 60 | 121 | 62 | 30 | 104 | 36 |
| Binary | 10000000 | 1000010 | 11000 | 0 | 110000 | 1010001 | 110010 | 11000 | 1000100 | 11110 |
Color Harmonies of #804218
Complementary color
Monochromatic Colors of #804218
Black with #804218
Text Example
Text Example
White with #804218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804218; }
p { color: rgb(128,66,24); }
H1.HeaderClassName
{
color: #804218;
}
.AnyTagClassName
{
color: #804218;
}
</style>
background-color css
<style>
a { background-color: #804218; }
a { background-color: rgb(128,66,24); }
div.DivClassName
{
background-color: #804218;
}
.BgClassName
{
background-color: #804218;
}
</style>
border-color css
<style>
span { border-color: #804218; }
span { border-color: rgb(128,66,24); }
td.TdClassName
{
border-color: #804218;
}
.TagClassName
{
border-color: #804218;
}
</style>