Shades of Russet #814C11
Tints of Russet #814C11
RGB
CMYK
RGB Variations
Color information
#814C11 (or 0x814C11) is known color: Russet. HEX triplet: 81, 4C and 11. RGB value is (129,76,17). Sum of RGB (Red+Green+Blue) = 129+76+17=222 (29% of max value = 765). Red value is 129 (50.78% from 255 or 58.11% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 17 (7.03% from 255 or 7.66% from 222); Max value from RGB is 129 - color contains mainly: red. Hex color #814C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814C11 is #7EB3EE. Grayscale: #555555. Windows color (decimal): -8303599 or 1133697. OLE color: 1133697.
HSL color Cylindrical-coordinate representation of color #814C11: hue angle of 31.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #814C11 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 76 | 17 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.49 |
| HSL | 31.61º | 0.77% | 0.29% | - |
| HSV(B) | 31.61º | 0.87% | 0.51% | - |
| XYZ | 11.74 | 9.88 | 1.82 | - |
| YUV | 85.12 | 89.56 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 17 | 0 | 0.41 | 0.87 | 0.49 | 31.61 | 0.77 | 0.29 |
| Hex | 81 | 4C | 11 | 0 | 29 | 57 | 31 | 20 | 4D | 1D |
| Octal | 201 | 114 | 21 | 0 | 51 | 127 | 61 | 40 | 115 | 35 |
| Binary | 10000001 | 1001100 | 10001 | 0 | 101001 | 1010111 | 110001 | 100000 | 1001101 | 11101 |
Color Harmonies of #814C11
Complementary color
Monochromatic Colors of #814C11
Black with #814C11
Text Example
Text Example
White with #814C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C11; }
p { color: rgb(129,76,17); }
H1.HeaderClassName
{
color: #814C11;
}
.AnyTagClassName
{
color: #814C11;
}
</style>
background-color css
<style>
a { background-color: #814C11; }
a { background-color: rgb(129,76,17); }
div.DivClassName
{
background-color: #814C11;
}
.BgClassName
{
background-color: #814C11;
}
</style>
border-color css
<style>
span { border-color: #814C11; }
span { border-color: rgb(129,76,17); }
td.TdClassName
{
border-color: #814C11;
}
.TagClassName
{
border-color: #814C11;
}
</style>