Shades of Russet #814819
Tints of Russet #814819
RGB
CMYK
RGB Variations
Color information
#814819 (or 0x814819) is known color: Russet. HEX triplet: 81, 48 and 19. RGB value is (129,72,25). Sum of RGB (Red+Green+Blue) = 129+72+25=226 (29% of max value = 765). Red value is 129 (50.78% from 255 or 57.08% from 226); Green value is 72 (28.52% from 255 or 31.86% from 226); Blue value is 25 (10.16% from 255 or 11.06% from 226); Max value from RGB is 129 - color contains mainly: red. Hex color #814819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #814819 is #7EB7E6. Grayscale: #535353. Windows color (decimal): -8304615 or 1656961. OLE color: 1656961.
HSL color Cylindrical-coordinate representation of color #814819: hue angle of 27.12º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #814819 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 72 | 25 | - |
| CMYK | 0 | 0.44 | 0.81 | 0.49 |
| HSL | 27.12º | 0.68% | 0.3% | - |
| HSV(B) | 27.12º | 0.81% | 0.51% | - |
| XYZ | 11.55 | 9.37 | 2.12 | - |
| YUV | 83.69 | 94.88 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 25 | 0 | 0.44 | 0.81 | 0.49 | 27.12 | 0.68 | 0.3 |
| Hex | 81 | 48 | 19 | 0 | 2C | 51 | 31 | 1B | 44 | 1E |
| Octal | 201 | 110 | 31 | 0 | 54 | 121 | 61 | 33 | 104 | 36 |
| Binary | 10000001 | 1001000 | 11001 | 0 | 101100 | 1010001 | 110001 | 11011 | 1000100 | 11110 |
Color Harmonies of #814819
Complementary color
Monochromatic Colors of #814819
Black with #814819
Text Example
Text Example
White with #814819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814819; }
p { color: rgb(129,72,25); }
H1.HeaderClassName
{
color: #814819;
}
.AnyTagClassName
{
color: #814819;
}
</style>
background-color css
<style>
a { background-color: #814819; }
a { background-color: rgb(129,72,25); }
div.DivClassName
{
background-color: #814819;
}
.BgClassName
{
background-color: #814819;
}
</style>
border-color css
<style>
span { border-color: #814819; }
span { border-color: rgb(129,72,25); }
td.TdClassName
{
border-color: #814819;
}
.TagClassName
{
border-color: #814819;
}
</style>