Shades of Russet #814D14
Tints of Russet #814D14
RGB
CMYK
RGB Variations
Color information
#814D14 (or 0x814D14) is known color: Russet. HEX triplet: 81, 4D and 14. RGB value is (129,77,20). Sum of RGB (Red+Green+Blue) = 129+77+20=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #814D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814D14 is #7EB2EB. Grayscale: #565656. Windows color (decimal): -8303340 or 1330561. OLE color: 1330561.
HSL color Cylindrical-coordinate representation of color #814D14: hue angle of 31.38º 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 #814D14 is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 20 | - |
| CMYK | 0 | 0.40 | 0.84 | 0.49 |
| HSL | 31.38º | 0.73% | 0.29% | - |
| HSV(B) | 31.38º | 0.84% | 0.51% | - |
| XYZ | 11.83 | 10.03 | 1.97 | - |
| YUV | 86.05 | 90.73 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 20 | 0 | 0.40 | 0.84 | 0.49 | 31.38 | 0.73 | 0.29 |
| Hex | 81 | 4D | 14 | 0 | 28 | 54 | 31 | 1F | 49 | 1D |
| Octal | 201 | 115 | 24 | 0 | 50 | 124 | 61 | 37 | 111 | 35 |
| Binary | 10000001 | 1001101 | 10100 | 0 | 101000 | 1010100 | 110001 | 11111 | 1001001 | 11101 |
Color Harmonies of #814D14
Complementary color
Monochromatic Colors of #814D14
Black with #814D14
Text Example
Text Example
White with #814D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D14; }
p { color: rgb(129,77,20); }
H1.HeaderClassName
{
color: #814D14;
}
.AnyTagClassName
{
color: #814D14;
}
</style>
background-color css
<style>
a { background-color: #814D14; }
a { background-color: rgb(129,77,20); }
div.DivClassName
{
background-color: #814D14;
}
.BgClassName
{
background-color: #814D14;
}
</style>
border-color css
<style>
span { border-color: #814D14; }
span { border-color: rgb(129,77,20); }
td.TdClassName
{
border-color: #814D14;
}
.TagClassName
{
border-color: #814D14;
}
</style>