Shades of Russet #814E18
Tints of Russet #814E18
RGB
CMYK
RGB Variations
Color information
#814E18 (or 0x814E18) is known color: Russet. HEX triplet: 81, 4E and 18. RGB value is (129,78,24). Sum of RGB (Red+Green+Blue) = 129+78+24=231 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.84% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 129 - color contains mainly: red. Hex color #814E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #814E18 is #7EB1E7. Grayscale: #575757. Windows color (decimal): -8303080 or 1592961. OLE color: 1592961.
HSL color Cylindrical-coordinate representation of color #814E18: hue angle of 30.86º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #814E18 is Cyan = 0, Magento = 0.40, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 24 | - |
| CMYK | 0 | 0.40 | 0.81 | 0.49 |
| HSL | 30.86º | 0.69% | 0.3% | - |
| HSV(B) | 30.86º | 0.81% | 0.51% | - |
| XYZ | 11.94 | 10.18 | 2.2 | - |
| YUV | 87.09 | 92.4 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 24 | 0 | 0.40 | 0.81 | 0.49 | 30.86 | 0.69 | 0.3 |
| Hex | 81 | 4E | 18 | 0 | 28 | 51 | 31 | 1F | 45 | 1E |
| Octal | 201 | 116 | 30 | 0 | 50 | 121 | 61 | 37 | 105 | 36 |
| Binary | 10000001 | 1001110 | 11000 | 0 | 101000 | 1010001 | 110001 | 11111 | 1000101 | 11110 |
Color Harmonies of #814E18
Complementary color
Monochromatic Colors of #814E18
Black with #814E18
Text Example
Text Example
White with #814E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E18; }
p { color: rgb(129,78,24); }
H1.HeaderClassName
{
color: #814E18;
}
.AnyTagClassName
{
color: #814E18;
}
</style>
background-color css
<style>
a { background-color: #814E18; }
a { background-color: rgb(129,78,24); }
div.DivClassName
{
background-color: #814E18;
}
.BgClassName
{
background-color: #814E18;
}
</style>
border-color css
<style>
span { border-color: #814E18; }
span { border-color: rgb(129,78,24); }
td.TdClassName
{
border-color: #814E18;
}
.TagClassName
{
border-color: #814E18;
}
</style>