Shades of Shadow #816E50
Tints of Shadow #816E50
RGB
CMYK
RGB Variations
Color information
#816E50 (or 0x816E50) is known color: Shadow. HEX triplet: 81, 6E and 50. RGB value is (129,110,80). Sum of RGB (Red+Green+Blue) = 129+110+80=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #816E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816E50 is #7E91AF. Grayscale: #707070. Windows color (decimal): -8294832 or 5271169. OLE color: 5271169.
HSL color Cylindrical-coordinate representation of color #816E50: hue angle of 36.73º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #816E50 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 110 | 80 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.49 |
| HSL | 36.73º | 0.23% | 0.41% | - |
| HSV(B) | 36.73º | 0.38% | 0.51% | - |
| XYZ | 16.08 | 16.4 | 9.91 | - |
| YUV | 112.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 110 | 80 | 0 | 0.15 | 0.38 | 0.49 | 36.73 | 0.23 | 0.41 |
| Hex | 81 | 6E | 50 | 0 | F | 26 | 31 | 25 | 17 | 29 |
| Octal | 201 | 156 | 120 | 0 | 17 | 46 | 61 | 45 | 27 | 51 |
| Binary | 10000001 | 1101110 | 1010000 | 0 | 1111 | 100110 | 110001 | 100101 | 10111 | 101001 |
Color Harmonies of #816E50
Complementary color
Monochromatic Colors of #816E50
Black with #816E50
Text Example
Text Example
White with #816E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816E50; }
p { color: rgb(129,110,80); }
H1.HeaderClassName
{
color: #816E50;
}
.AnyTagClassName
{
color: #816E50;
}
</style>
background-color css
<style>
a { background-color: #816E50; }
a { background-color: rgb(129,110,80); }
div.DivClassName
{
background-color: #816E50;
}
.BgClassName
{
background-color: #816E50;
}
</style>
border-color css
<style>
span { border-color: #816E50; }
span { border-color: rgb(129,110,80); }
td.TdClassName
{
border-color: #816E50;
}
.TagClassName
{
border-color: #816E50;
}
</style>