Shades of Russet #814D22
Tints of Russet #814D22
RGB
CMYK
RGB Variations
Color information
#814D22 (or 0x814D22) is known color: Russet. HEX triplet: 81, 4D and 22. RGB value is (129,77,34). Sum of RGB (Red+Green+Blue) = 129+77+34=240 (31% of max value = 765). Red value is 129 (50.78% from 255 or 53.75% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 34 (13.67% from 255 or 14.17% from 240); Max value from RGB is 129 - color contains mainly: red. Hex color #814D22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D22 is #7EB2DD. Grayscale: #575757. Windows color (decimal): -8303326 or 2248065. OLE color: 2248065.
HSL color Cylindrical-coordinate representation of color #814D22: hue angle of 27.16º degrees, saturation: 0.58, 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 #814D22 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 77 | 34 | - |
| CMYK | 0 | 0.40 | 0.74 | 0.49 |
| HSL | 27.16º | 0.58% | 0.32% | - |
| HSV(B) | 27.16º | 0.74% | 0.51% | - |
| XYZ | 12 | 10.09 | 2.83 | - |
| YUV | 87.65 | 97.73 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 34 | 0 | 0.40 | 0.74 | 0.49 | 27.16 | 0.58 | 0.32 |
| Hex | 81 | 4D | 22 | 0 | 28 | 4A | 31 | 1B | 3A | 20 |
| Octal | 201 | 115 | 42 | 0 | 50 | 112 | 61 | 33 | 72 | 40 |
| Binary | 10000001 | 1001101 | 100010 | 0 | 101000 | 1001010 | 110001 | 11011 | 111010 | 100000 |
Color Harmonies of #814D22
Complementary color
Monochromatic Colors of #814D22
Black with #814D22
Text Example
Text Example
White with #814D22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D22; }
p { color: rgb(129,77,34); }
H1.HeaderClassName
{
color: #814D22;
}
.AnyTagClassName
{
color: #814D22;
}
</style>
background-color css
<style>
a { background-color: #814D22; }
a { background-color: rgb(129,77,34); }
div.DivClassName
{
background-color: #814D22;
}
.BgClassName
{
background-color: #814D22;
}
</style>
border-color css
<style>
span { border-color: #814D22; }
span { border-color: rgb(129,77,34); }
td.TdClassName
{
border-color: #814D22;
}
.TagClassName
{
border-color: #814D22;
}
</style>