Shades of Russet #814022
Tints of Russet #814022
RGB
CMYK
RGB Variations
Color information
#814022 (or 0x814022) is known color: Russet. HEX triplet: 81, 40 and 22. RGB value is (129,64,34). Sum of RGB (Red+Green+Blue) = 129+64+34=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #814022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814022 is #7EBFDD. Grayscale: #505050. Windows color (decimal): -8306654 or 2244737. OLE color: 2244737.
HSL color Cylindrical-coordinate representation of color #814022: hue angle of 18.95º 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 #814022 is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 64 | 34 | - |
| CMYK | 0 | 0.50 | 0.74 | 0.49 |
| HSL | 18.95º | 0.58% | 0.32% | - |
| HSV(B) | 18.95º | 0.74% | 0.51% | - |
| XYZ | 11.18 | 8.45 | 2.56 | - |
| YUV | 80.02 | 102.03 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 34 | 0 | 0.50 | 0.74 | 0.49 | 18.95 | 0.58 | 0.32 |
| Hex | 81 | 40 | 22 | 0 | 32 | 4A | 31 | 13 | 3A | 20 |
| Octal | 201 | 100 | 42 | 0 | 62 | 112 | 61 | 23 | 72 | 40 |
| Binary | 10000001 | 1000000 | 100010 | 0 | 110010 | 1001010 | 110001 | 10011 | 111010 | 100000 |
Color Harmonies of #814022
Complementary color
Monochromatic Colors of #814022
Black with #814022
Text Example
Text Example
White with #814022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814022; }
p { color: rgb(129,64,34); }
H1.HeaderClassName
{
color: #814022;
}
.AnyTagClassName
{
color: #814022;
}
</style>
background-color css
<style>
a { background-color: #814022; }
a { background-color: rgb(129,64,34); }
div.DivClassName
{
background-color: #814022;
}
.BgClassName
{
background-color: #814022;
}
</style>
border-color css
<style>
span { border-color: #814022; }
span { border-color: rgb(129,64,34); }
td.TdClassName
{
border-color: #814022;
}
.TagClassName
{
border-color: #814022;
}
</style>