Shades of Russet #814E21
Tints of Russet #814E21
RGB
CMYK
RGB Variations
Color information
#814E21 (or 0x814E21) is known color: Russet. HEX triplet: 81, 4E and 21. RGB value is (129,78,33). Sum of RGB (Red+Green+Blue) = 129+78+33=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 78 (30.86% from 255 or 32.5% from 240); Blue value is 33 (13.28% from 255 or 13.75% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #814E21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E21 is #7EB1DE. Grayscale: #585858. Windows color (decimal): -8303071 or 2182785. OLE color: 2182785.
HSL color Cylindrical-coordinate representation of color #814E21: hue angle of 28.12º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #814E21 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 78 | 33 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.49 |
| HSL | 28.13º | 0.59% | 0.32% | - |
| HSV(B) | 28.13º | 0.74% | 0.51% | - |
| XYZ | 12.05 | 10.23 | 2.78 | - |
| YUV | 88.12 | 96.9 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 33 | 0 | 0.40 | 0.74 | 0.49 | 28.13 | 0.59 | 0.32 |
| Hex | 81 | 4E | 21 | 0 | 28 | 4A | 31 | 1C | 3B | 20 |
| Octal | 201 | 116 | 41 | 0 | 50 | 112 | 61 | 34 | 73 | 40 |
| Binary | 10000001 | 1001110 | 100001 | 0 | 101000 | 1001010 | 110001 | 11100 | 111011 | 100000 |
Color Harmonies of #814E21
Complementary color
Monochromatic Colors of #814E21
Black with #814E21
Text Example
Text Example
White with #814E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814E21; }
p { color: rgb(129,78,33); }
H1.HeaderClassName
{
color: #814E21;
}
.AnyTagClassName
{
color: #814E21;
}
</style>
background-color css
<style>
a { background-color: #814E21; }
a { background-color: rgb(129,78,33); }
div.DivClassName
{
background-color: #814E21;
}
.BgClassName
{
background-color: #814E21;
}
</style>
border-color css
<style>
span { border-color: #814E21; }
span { border-color: rgb(129,78,33); }
td.TdClassName
{
border-color: #814E21;
}
.TagClassName
{
border-color: #814E21;
}
</style>