Shades of Shadow #816D49
Tints of Shadow #816D49
RGB
CMYK
RGB Variations
Color information
#816D49 (or 0x816D49) is known color: Shadow. HEX triplet: 81, 6D and 49. RGB value is (129,109,73). Sum of RGB (Red+Green+Blue) = 129+109+73=311 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.48% from 311); Green value is 109 (42.97% from 255 or 35.05% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 129 - color contains mainly: red. Hex color #816D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816D49 is #7E92B6. Grayscale: #6F6F6F. Windows color (decimal): -8295095 or 4812161. OLE color: 4812161.
HSL color Cylindrical-coordinate representation of color #816D49: hue angle of 38.57º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #816D49 is Cyan = 0, Magento = 0.16, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 73 | - |
| CMYK | 0 | 0.16 | 0.43 | 0.49 |
| HSL | 38.57º | 0.28% | 0.4% | - |
| HSV(B) | 38.57º | 0.43% | 0.51% | - |
| XYZ | 15.72 | 16.09 | 8.58 | - |
| YUV | 110.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 73 | 0 | 0.16 | 0.43 | 0.49 | 38.57 | 0.28 | 0.4 |
| Hex | 81 | 6D | 49 | 0 | 10 | 2B | 31 | 27 | 1C | 28 |
| Octal | 201 | 155 | 111 | 0 | 20 | 53 | 61 | 47 | 34 | 50 |
| Binary | 10000001 | 1101101 | 1001001 | 0 | 10000 | 101011 | 110001 | 100111 | 11100 | 101000 |
Color Harmonies of #816D49
Complementary color
Monochromatic Colors of #816D49
Black with #816D49
Text Example
Text Example
White with #816D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D49; }
p { color: rgb(129,109,73); }
H1.HeaderClassName
{
color: #816D49;
}
.AnyTagClassName
{
color: #816D49;
}
</style>
background-color css
<style>
a { background-color: #816D49; }
a { background-color: rgb(129,109,73); }
div.DivClassName
{
background-color: #816D49;
}
.BgClassName
{
background-color: #816D49;
}
</style>
border-color css
<style>
span { border-color: #816D49; }
span { border-color: rgb(129,109,73); }
td.TdClassName
{
border-color: #816D49;
}
.TagClassName
{
border-color: #816D49;
}
</style>