Shades of Russet #814922
Tints of Russet #814922
RGB
CMYK
RGB Variations
Color information
#814922 (or 0x814922) is known color: Russet. HEX triplet: 81, 49 and 22. RGB value is (129,73,34). Sum of RGB (Red+Green+Blue) = 129+73+34=236 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.66% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 129 - color contains mainly: red. Hex color #814922 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814922 is #7EB6DD. Grayscale: #555555. Windows color (decimal): -8304350 or 2247041. OLE color: 2247041.
HSL color Cylindrical-coordinate representation of color #814922: hue angle of 24.63º 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 #814922 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 73 | 34 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.49 |
| HSL | 24.63º | 0.58% | 0.32% | - |
| HSV(B) | 24.63º | 0.74% | 0.51% | - |
| XYZ | 11.72 | 9.55 | 2.74 | - |
| YUV | 85.3 | 99.05 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 34 | 0 | 0.43 | 0.74 | 0.49 | 24.63 | 0.58 | 0.32 |
| Hex | 81 | 49 | 22 | 0 | 2B | 4A | 31 | 19 | 3A | 20 |
| Octal | 201 | 111 | 42 | 0 | 53 | 112 | 61 | 31 | 72 | 40 |
| Binary | 10000001 | 1001001 | 100010 | 0 | 101011 | 1001010 | 110001 | 11001 | 111010 | 100000 |
Color Harmonies of #814922
Complementary color
Monochromatic Colors of #814922
Black with #814922
Text Example
Text Example
White with #814922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814922; }
p { color: rgb(129,73,34); }
H1.HeaderClassName
{
color: #814922;
}
.AnyTagClassName
{
color: #814922;
}
</style>
background-color css
<style>
a { background-color: #814922; }
a { background-color: rgb(129,73,34); }
div.DivClassName
{
background-color: #814922;
}
.BgClassName
{
background-color: #814922;
}
</style>
border-color css
<style>
span { border-color: #814922; }
span { border-color: rgb(129,73,34); }
td.TdClassName
{
border-color: #814922;
}
.TagClassName
{
border-color: #814922;
}
</style>