Shades of Russet #814322
Tints of Russet #814322
RGB
CMYK
RGB Variations
Color information
#814322 (or 0x814322) is known color: Russet. HEX triplet: 81, 43 and 22. RGB value is (129,67,34). Sum of RGB (Red+Green+Blue) = 129+67+34=230 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.09% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 129 - color contains mainly: red. Hex color #814322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814322 is #7EBCDD. Grayscale: #515151. Windows color (decimal): -8305886 or 2245505. OLE color: 2245505.
HSL color Cylindrical-coordinate representation of color #814322: hue angle of 20.84º 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 #814322 is Cyan = 0, Magento = 0.48, Yellow = 0.74 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 67 | 34 | - |
| CMYK | 0 | 0.48 | 0.74 | 0.49 |
| HSL | 20.84º | 0.58% | 0.32% | - |
| HSV(B) | 20.84º | 0.74% | 0.51% | - |
| XYZ | 11.35 | 8.8 | 2.61 | - |
| YUV | 81.78 | 101.04 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 67 | 34 | 0 | 0.48 | 0.74 | 0.49 | 20.84 | 0.58 | 0.32 |
| Hex | 81 | 43 | 22 | 0 | 30 | 4A | 31 | 15 | 3A | 20 |
| Octal | 201 | 103 | 42 | 0 | 60 | 112 | 61 | 25 | 72 | 40 |
| Binary | 10000001 | 1000011 | 100010 | 0 | 110000 | 1001010 | 110001 | 10101 | 111010 | 100000 |
Color Harmonies of #814322
Complementary color
Monochromatic Colors of #814322
Black with #814322
Text Example
Text Example
White with #814322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814322; }
p { color: rgb(129,67,34); }
H1.HeaderClassName
{
color: #814322;
}
.AnyTagClassName
{
color: #814322;
}
</style>
background-color css
<style>
a { background-color: #814322; }
a { background-color: rgb(129,67,34); }
div.DivClassName
{
background-color: #814322;
}
.BgClassName
{
background-color: #814322;
}
</style>
border-color css
<style>
span { border-color: #814322; }
span { border-color: rgb(129,67,34); }
td.TdClassName
{
border-color: #814322;
}
.TagClassName
{
border-color: #814322;
}
</style>