Shades of Russet #814116
Tints of Russet #814116
RGB
CMYK
RGB Variations
Color information
#814116 (or 0x814116) is known color: Russet. HEX triplet: 81, 41 and 16. RGB value is (129,65,22). Sum of RGB (Red+Green+Blue) = 129+65+22=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #814116 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814116 is #7EBEE9. Grayscale: #4F4F4F. Windows color (decimal): -8306410 or 1458561. OLE color: 1458561.
HSL color Cylindrical-coordinate representation of color #814116: hue angle of 24.11º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #814116 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 65 | 22 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.49 |
| HSL | 24.11º | 0.71% | 0.3% | - |
| HSV(B) | 24.11º | 0.83% | 0.51% | - |
| XYZ | 11.09 | 8.51 | 1.82 | - |
| YUV | 79.23 | 95.7 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 65 | 22 | 0 | 0.50 | 0.83 | 0.49 | 24.11 | 0.71 | 0.3 |
| Hex | 81 | 41 | 16 | 0 | 32 | 53 | 31 | 18 | 47 | 1E |
| Octal | 201 | 101 | 26 | 0 | 62 | 123 | 61 | 30 | 107 | 36 |
| Binary | 10000001 | 1000001 | 10110 | 0 | 110010 | 1010011 | 110001 | 11000 | 1000111 | 11110 |
Color Harmonies of #814116
Complementary color
Monochromatic Colors of #814116
Black with #814116
Text Example
Text Example
White with #814116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814116; }
p { color: rgb(129,65,22); }
H1.HeaderClassName
{
color: #814116;
}
.AnyTagClassName
{
color: #814116;
}
</style>
background-color css
<style>
a { background-color: #814116; }
a { background-color: rgb(129,65,22); }
div.DivClassName
{
background-color: #814116;
}
.BgClassName
{
background-color: #814116;
}
</style>
border-color css
<style>
span { border-color: #814116; }
span { border-color: rgb(129,65,22); }
td.TdClassName
{
border-color: #814116;
}
.TagClassName
{
border-color: #814116;
}
</style>