Shades of Shadow #81704D
Tints of Shadow #81704D
RGB
CMYK
RGB Variations
Color information
#81704D (or 0x81704D) is known color: Shadow. HEX triplet: 81, 70 and 4D. RGB value is (129,112,77). Sum of RGB (Red+Green+Blue) = 129+112+77=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 77 (30.47% from 255 or 24.21% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #81704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81704D is #7E8FB2. Grayscale: #717171. Windows color (decimal): -8294323 or 5075073. OLE color: 5075073.
HSL color Cylindrical-coordinate representation of color #81704D: hue angle of 40.38º 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 #81704D is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 77 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.49 |
| HSL | 40.38º | 0.25% | 0.4% | - |
| HSV(B) | 40.38º | 0.4% | 0.51% | - |
| XYZ | 16.19 | 16.79 | 9.41 | - |
| YUV | 113.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 77 | 0 | 0.13 | 0.40 | 0.49 | 40.38 | 0.25 | 0.4 |
| Hex | 81 | 70 | 4D | 0 | D | 28 | 31 | 28 | 19 | 28 |
| Octal | 201 | 160 | 115 | 0 | 15 | 50 | 61 | 50 | 31 | 50 |
| Binary | 10000001 | 1110000 | 1001101 | 0 | 1101 | 101000 | 110001 | 101000 | 11001 | 101000 |
Color Harmonies of #81704D
Complementary color
Monochromatic Colors of #81704D
Black with #81704D
Text Example
Text Example
White with #81704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81704D; }
p { color: rgb(129,112,77); }
H1.HeaderClassName
{
color: #81704D;
}
.AnyTagClassName
{
color: #81704D;
}
</style>
background-color css
<style>
a { background-color: #81704D; }
a { background-color: rgb(129,112,77); }
div.DivClassName
{
background-color: #81704D;
}
.BgClassName
{
background-color: #81704D;
}
</style>
border-color css
<style>
span { border-color: #81704D; }
span { border-color: rgb(129,112,77); }
td.TdClassName
{
border-color: #81704D;
}
.TagClassName
{
border-color: #81704D;
}
</style>