Shades of Shadow #816D50
Tints of Shadow #816D50
RGB
CMYK
RGB Variations
Color information
#816D50 (or 0x816D50) is known color: Shadow. HEX triplet: 81, 6D and 50. RGB value is (129,109,80). Sum of RGB (Red+Green+Blue) = 129+109+80=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #816D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D50 is #7E92AF. Grayscale: #6F6F6F. Windows color (decimal): -8295088 or 5270913. OLE color: 5270913.
HSL color Cylindrical-coordinate representation of color #816D50: hue angle of 35.51º 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 #816D50 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 80 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.49 |
| HSL | 35.51º | 0.23% | 0.41% | - |
| HSV(B) | 35.51º | 0.38% | 0.51% | - |
| XYZ | 15.97 | 16.18 | 9.87 | - |
| YUV | 111.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 80 | 0 | 0.16 | 0.38 | 0.49 | 35.51 | 0.23 | 0.41 |
| Hex | 81 | 6D | 50 | 0 | 10 | 26 | 31 | 24 | 17 | 29 |
| Octal | 201 | 155 | 120 | 0 | 20 | 46 | 61 | 44 | 27 | 51 |
| Binary | 10000001 | 1101101 | 1010000 | 0 | 10000 | 100110 | 110001 | 100100 | 10111 | 101001 |
Color Harmonies of #816D50
Complementary color
Monochromatic Colors of #816D50
Black with #816D50
Text Example
Text Example
White with #816D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D50; }
p { color: rgb(129,109,80); }
H1.HeaderClassName
{
color: #816D50;
}
.AnyTagClassName
{
color: #816D50;
}
</style>
background-color css
<style>
a { background-color: #816D50; }
a { background-color: rgb(129,109,80); }
div.DivClassName
{
background-color: #816D50;
}
.BgClassName
{
background-color: #816D50;
}
</style>
border-color css
<style>
span { border-color: #816D50; }
span { border-color: rgb(129,109,80); }
td.TdClassName
{
border-color: #816D50;
}
.TagClassName
{
border-color: #816D50;
}
</style>