Shades of Russet #814E14
Tints of Russet #814E14
RGB
CMYK
RGB Variations
Color information
#814E14 (or 0x814E14) is known color: Russet. HEX triplet: 81, 4E and 14. RGB value is (129,78,20). Sum of RGB (Red+Green+Blue) = 129+78+20=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 20 (8.20% from 255 or 8.81% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #814E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E14 is #7EB1EB. Grayscale: #565656. Windows color (decimal): -8303084 or 1330817. OLE color: 1330817.
HSL color Cylindrical-coordinate representation of color #814E14: hue angle of 31.93º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #814E14 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 20 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.49 |
| HSL | 31.93º | 0.73% | 0.29% | - |
| HSV(B) | 31.93º | 0.84% | 0.51% | - |
| XYZ | 11.9 | 10.17 | 2 | - |
| YUV | 86.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 20 | 0 | 0.40 | 0.84 | 0.49 | 31.93 | 0.73 | 0.29 |
| Hex | 81 | 4E | 14 | 0 | 28 | 54 | 31 | 20 | 49 | 1D |
| Octal | 201 | 116 | 24 | 0 | 50 | 124 | 61 | 40 | 111 | 35 |
| Binary | 10000001 | 1001110 | 10100 | 0 | 101000 | 1010100 | 110001 | 100000 | 1001001 | 11101 |
Color Harmonies of #814E14
Complementary color
Monochromatic Colors of #814E14
Black with #814E14
Text Example
Text Example
White with #814E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E14; }
p { color: rgb(129,78,20); }
H1.HeaderClassName
{
color: #814E14;
}
.AnyTagClassName
{
color: #814E14;
}
</style>
background-color css
<style>
a { background-color: #814E14; }
a { background-color: rgb(129,78,20); }
div.DivClassName
{
background-color: #814E14;
}
.BgClassName
{
background-color: #814E14;
}
</style>
border-color css
<style>
span { border-color: #814E14; }
span { border-color: rgb(129,78,20); }
td.TdClassName
{
border-color: #814E14;
}
.TagClassName
{
border-color: #814E14;
}
</style>