Shades of Shadow #81734D
Tints of Shadow #81734D
RGB
CMYK
RGB Variations
Color information
#81734D (or 0x81734D) is known color: Shadow. HEX triplet: 81, 73 and 4D. RGB value is (129,115,77). Sum of RGB (Red+Green+Blue) = 129+115+77=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #81734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81734D is #7E8CB2. Grayscale: #737373. Windows color (decimal): -8293555 or 5075841. OLE color: 5075841.
HSL color Cylindrical-coordinate representation of color #81734D: hue angle of 43.85º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81734D is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 115 | 77 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.49 |
| HSL | 43.85º | 0.25% | 0.4% | - |
| HSV(B) | 43.85º | 0.4% | 0.51% | - |
| XYZ | 16.52 | 17.46 | 9.52 | - |
| YUV | 114.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 77 | 0 | 0.11 | 0.40 | 0.49 | 43.85 | 0.25 | 0.4 |
| Hex | 81 | 73 | 4D | 0 | B | 28 | 31 | 2C | 19 | 28 |
| Octal | 201 | 163 | 115 | 0 | 13 | 50 | 61 | 54 | 31 | 50 |
| Binary | 10000001 | 1110011 | 1001101 | 0 | 1011 | 101000 | 110001 | 101100 | 11001 | 101000 |
Color Harmonies of #81734D
Complementary color
Monochromatic Colors of #81734D
Black with #81734D
Text Example
Text Example
White with #81734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81734D; }
p { color: rgb(129,115,77); }
H1.HeaderClassName
{
color: #81734D;
}
.AnyTagClassName
{
color: #81734D;
}
</style>
background-color css
<style>
a { background-color: #81734D; }
a { background-color: rgb(129,115,77); }
div.DivClassName
{
background-color: #81734D;
}
.BgClassName
{
background-color: #81734D;
}
</style>
border-color css
<style>
span { border-color: #81734D; }
span { border-color: rgb(129,115,77); }
td.TdClassName
{
border-color: #81734D;
}
.TagClassName
{
border-color: #81734D;
}
</style>