Shades of Russet #814624
Tints of Russet #814624
RGB
CMYK
RGB Variations
Color information
#814624 (or 0x814624) is known color: Russet. HEX triplet: 81, 46 and 24. RGB value is (129,70,36). Sum of RGB (Red+Green+Blue) = 129+70+36=235 (31% of max value = 765). Red value is 129 (50.78% from 255 or 54.89% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 129 - color contains mainly: red. Hex color #814624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814624 is #7EB9DB. Grayscale: #535353. Windows color (decimal): -8305116 or 2377345. OLE color: 2377345.
HSL color Cylindrical-coordinate representation of color #814624: hue angle of 21.94º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #814624 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 70 | 36 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.49 |
| HSL | 21.94º | 0.56% | 0.32% | - |
| HSV(B) | 21.94º | 0.72% | 0.51% | - |
| XYZ | 11.56 | 9.17 | 2.83 | - |
| YUV | 83.77 | 101.05 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 36 | 0 | 0.46 | 0.72 | 0.49 | 21.94 | 0.56 | 0.32 |
| Hex | 81 | 46 | 24 | 0 | 2E | 48 | 31 | 16 | 38 | 20 |
| Octal | 201 | 106 | 44 | 0 | 56 | 110 | 61 | 26 | 70 | 40 |
| Binary | 10000001 | 1000110 | 100100 | 0 | 101110 | 1001000 | 110001 | 10110 | 111000 | 100000 |
Color Harmonies of #814624
Complementary color
Monochromatic Colors of #814624
Black with #814624
Text Example
Text Example
White with #814624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814624; }
p { color: rgb(129,70,36); }
H1.HeaderClassName
{
color: #814624;
}
.AnyTagClassName
{
color: #814624;
}
</style>
background-color css
<style>
a { background-color: #814624; }
a { background-color: rgb(129,70,36); }
div.DivClassName
{
background-color: #814624;
}
.BgClassName
{
background-color: #814624;
}
</style>
border-color css
<style>
span { border-color: #814624; }
span { border-color: rgb(129,70,36); }
td.TdClassName
{
border-color: #814624;
}
.TagClassName
{
border-color: #814624;
}
</style>