Shades of Shadow #81704E
Tints of Shadow #81704E
RGB
CMYK
RGB Variations
Color information
#81704E (or 0x81704E) is known color: Shadow. HEX triplet: 81, 70 and 4E. RGB value is (129,112,78). Sum of RGB (Red+Green+Blue) = 129+112+78=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81704E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81704E is #7E8FB1. Grayscale: #717171. Windows color (decimal): -8294322 or 5140609. OLE color: 5140609.
HSL color Cylindrical-coordinate representation of color #81704E: hue angle of 40º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81704E is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 78 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.49 |
| HSL | 40º | 0.25% | 0.41% | - |
| HSV(B) | 40º | 0.4% | 0.51% | - |
| XYZ | 16.22 | 16.81 | 9.6 | - |
| YUV | 113.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 78 | 0 | 0.13 | 0.40 | 0.49 | 40 | 0.25 | 0.41 |
| Hex | 81 | 70 | 4E | 0 | D | 28 | 31 | 28 | 19 | 29 |
| Octal | 201 | 160 | 116 | 0 | 15 | 50 | 61 | 50 | 31 | 51 |
| Binary | 10000001 | 1110000 | 1001110 | 0 | 1101 | 101000 | 110001 | 101000 | 11001 | 101001 |
Color Harmonies of #81704E
Complementary color
Monochromatic Colors of #81704E
Black with #81704E
Text Example
Text Example
White with #81704E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81704E; }
p { color: rgb(129,112,78); }
H1.HeaderClassName
{
color: #81704E;
}
.AnyTagClassName
{
color: #81704E;
}
</style>
background-color css
<style>
a { background-color: #81704E; }
a { background-color: rgb(129,112,78); }
div.DivClassName
{
background-color: #81704E;
}
.BgClassName
{
background-color: #81704E;
}
</style>
border-color css
<style>
span { border-color: #81704E; }
span { border-color: rgb(129,112,78); }
td.TdClassName
{
border-color: #81704E;
}
.TagClassName
{
border-color: #81704E;
}
</style>