Shades of Russet #804117
Tints of Russet #804117
RGB
CMYK
RGB Variations
Color information
#804117 (or 0x804117) is known color: Russet. HEX triplet: 80, 41 and 17. RGB value is (128,65,23). Sum of RGB (Red+Green+Blue) = 128+65+23=216 (28% of max value = 765). Red value is 128 (50.39% from 255 or 59.26% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 23 (9.38% from 255 or 10.65% from 216); Max value from RGB is 128 - color contains mainly: red. Hex color #804117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #804117 is #7FBEE8. Grayscale: #4F4F4F. Windows color (decimal): -8371945 or 1524096. OLE color: 1524096.
HSL color Cylindrical-coordinate representation of color #804117: hue angle of 24º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #804117 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 23 | - |
| CMYK | 0 | 0.49 | 0.82 | 0.50 |
| HSL | 24º | 0.7% | 0.3% | - |
| HSV(B) | 24º | 0.82% | 0.5% | - |
| XYZ | 10.95 | 8.43 | 1.86 | - |
| YUV | 79.05 | 96.37 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 23 | 0 | 0.49 | 0.82 | 0.50 | 24 | 0.7 | 0.3 |
| Hex | 80 | 41 | 17 | 0 | 31 | 52 | 32 | 18 | 46 | 1E |
| Octal | 200 | 101 | 27 | 0 | 61 | 122 | 62 | 30 | 106 | 36 |
| Binary | 10000000 | 1000001 | 10111 | 0 | 110001 | 1010010 | 110010 | 11000 | 1000110 | 11110 |
Color Harmonies of #804117
Complementary color
Monochromatic Colors of #804117
Black with #804117
Text Example
Text Example
White with #804117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804117; }
p { color: rgb(128,65,23); }
H1.HeaderClassName
{
color: #804117;
}
.AnyTagClassName
{
color: #804117;
}
</style>
background-color css
<style>
a { background-color: #804117; }
a { background-color: rgb(128,65,23); }
div.DivClassName
{
background-color: #804117;
}
.BgClassName
{
background-color: #804117;
}
</style>
border-color css
<style>
span { border-color: #804117; }
span { border-color: rgb(128,65,23); }
td.TdClassName
{
border-color: #804117;
}
.TagClassName
{
border-color: #804117;
}
</style>