Shades of Russet #814621
Tints of Russet #814621
RGB
CMYK
RGB Variations
Color information
#814621 (or 0x814621) is known color: Russet. HEX triplet: 81, 46 and 21. RGB value is (129,70,33). Sum of RGB (Red+Green+Blue) = 129+70+33=232 (30% of max value = 765). Red value is 129 (50.78% from 255 or 55.60% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 129 - color contains mainly: red. Hex color #814621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814621 is #7EB9DE. Grayscale: #535353. Windows color (decimal): -8305119 or 2180737. OLE color: 2180737.
HSL color Cylindrical-coordinate representation of color #814621: hue angle of 23.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 #814621 is Cyan = 0, Magento = 0.46, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 33 | - |
| CMYK | 0 | 0.46 | 0.74 | 0.49 |
| HSL | 23.13º | 0.59% | 0.32% | - |
| HSV(B) | 23.13º | 0.74% | 0.51% | - |
| XYZ | 11.52 | 9.16 | 2.6 | - |
| YUV | 83.42 | 99.55 | 160.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 33 | 0 | 0.46 | 0.74 | 0.49 | 23.13 | 0.59 | 0.32 |
| Hex | 81 | 46 | 21 | 0 | 2E | 4A | 31 | 17 | 3B | 20 |
| Octal | 201 | 106 | 41 | 0 | 56 | 112 | 61 | 27 | 73 | 40 |
| Binary | 10000001 | 1000110 | 100001 | 0 | 101110 | 1001010 | 110001 | 10111 | 111011 | 100000 |
Color Harmonies of #814621
Complementary color
Monochromatic Colors of #814621
Black with #814621
Text Example
Text Example
White with #814621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814621; }
p { color: rgb(129,70,33); }
H1.HeaderClassName
{
color: #814621;
}
.AnyTagClassName
{
color: #814621;
}
</style>
background-color css
<style>
a { background-color: #814621; }
a { background-color: rgb(129,70,33); }
div.DivClassName
{
background-color: #814621;
}
.BgClassName
{
background-color: #814621;
}
</style>
border-color css
<style>
span { border-color: #814621; }
span { border-color: rgb(129,70,33); }
td.TdClassName
{
border-color: #814621;
}
.TagClassName
{
border-color: #814621;
}
</style>