Shades of Shadow #81704C
Tints of Shadow #81704C
RGB
CMYK
RGB Variations
Color information
#81704C (or 0x81704C) is known color: Shadow. HEX triplet: 81, 70 and 4C. RGB value is (129,112,76). Sum of RGB (Red+Green+Blue) = 129+112+76=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81704C is #7E8FB3. Grayscale: #717171. Windows color (decimal): -8294324 or 5009537. OLE color: 5009537.
HSL color Cylindrical-coordinate representation of color #81704C: hue angle of 40.75º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81704C is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 112 | 76 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.49 |
| HSL | 40.75º | 0.26% | 0.4% | - |
| HSV(B) | 40.75º | 0.41% | 0.51% | - |
| XYZ | 16.15 | 16.78 | 9.22 | - |
| YUV | 112.98 | 107.13 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 112 | 76 | 0 | 0.13 | 0.41 | 0.49 | 40.75 | 0.26 | 0.4 |
| Hex | 81 | 70 | 4C | 0 | D | 29 | 31 | 29 | 1A | 28 |
| Octal | 201 | 160 | 114 | 0 | 15 | 51 | 61 | 51 | 32 | 50 |
| Binary | 10000001 | 1110000 | 1001100 | 0 | 1101 | 101001 | 110001 | 101001 | 11010 | 101000 |
Color Harmonies of #81704C
Complementary color
Monochromatic Colors of #81704C
Black with #81704C
Text Example
Text Example
White with #81704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81704C; }
p { color: rgb(129,112,76); }
H1.HeaderClassName
{
color: #81704C;
}
.AnyTagClassName
{
color: #81704C;
}
</style>
background-color css
<style>
a { background-color: #81704C; }
a { background-color: rgb(129,112,76); }
div.DivClassName
{
background-color: #81704C;
}
.BgClassName
{
background-color: #81704C;
}
</style>
border-color css
<style>
span { border-color: #81704C; }
span { border-color: rgb(129,112,76); }
td.TdClassName
{
border-color: #81704C;
}
.TagClassName
{
border-color: #81704C;
}
</style>