Shades of Shadow #816F4D
Tints of Shadow #816F4D
RGB
CMYK
RGB Variations
Color information
#816F4D (or 0x816F4D) is known color: Shadow. HEX triplet: 81, 6F and 4D. RGB value is (129,111,77). Sum of RGB (Red+Green+Blue) = 129+111+77=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #816F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F4D is #7E90B2. Grayscale: #707070. Windows color (decimal): -8294579 or 5074817. OLE color: 5074817.
HSL color Cylindrical-coordinate representation of color #816F4D: hue angle of 39.23º 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 #816F4D is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 77 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.49 |
| HSL | 39.23º | 0.25% | 0.4% | - |
| HSV(B) | 39.23º | 0.4% | 0.51% | - |
| XYZ | 16.08 | 16.57 | 9.37 | - |
| YUV | 112.51 | 107.96 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 77 | 0 | 0.14 | 0.40 | 0.49 | 39.23 | 0.25 | 0.4 |
| Hex | 81 | 6F | 4D | 0 | E | 28 | 31 | 27 | 19 | 28 |
| Octal | 201 | 157 | 115 | 0 | 16 | 50 | 61 | 47 | 31 | 50 |
| Binary | 10000001 | 1101111 | 1001101 | 0 | 1110 | 101000 | 110001 | 100111 | 11001 | 101000 |
Color Harmonies of #816F4D
Complementary color
Monochromatic Colors of #816F4D
Black with #816F4D
Text Example
Text Example
White with #816F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F4D; }
p { color: rgb(129,111,77); }
H1.HeaderClassName
{
color: #816F4D;
}
.AnyTagClassName
{
color: #816F4D;
}
</style>
background-color css
<style>
a { background-color: #816F4D; }
a { background-color: rgb(129,111,77); }
div.DivClassName
{
background-color: #816F4D;
}
.BgClassName
{
background-color: #816F4D;
}
</style>
border-color css
<style>
span { border-color: #816F4D; }
span { border-color: rgb(129,111,77); }
td.TdClassName
{
border-color: #816F4D;
}
.TagClassName
{
border-color: #816F4D;
}
</style>