Shades of Shadow #816F49
Tints of Shadow #816F49
RGB
CMYK
RGB Variations
Color information
#816F49 (or 0x816F49) is known color: Shadow. HEX triplet: 81, 6F and 49. RGB value is (129,111,73). Sum of RGB (Red+Green+Blue) = 129+111+73=313 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.21% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 129 - color contains mainly: red. Hex color #816F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816F49 is #7E90B6. Grayscale: #707070. Windows color (decimal): -8294583 or 4812673. OLE color: 4812673.
HSL color Cylindrical-coordinate representation of color #816F49: hue angle of 40.71º 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 #816F49 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 73 | - |
| CMYK | 0 | 0.14 | 0.43 | 0.49 |
| HSL | 40.71º | 0.28% | 0.4% | - |
| HSV(B) | 40.71º | 0.43% | 0.51% | - |
| XYZ | 15.94 | 16.52 | 8.65 | - |
| YUV | 112.05 | 105.96 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 73 | 0 | 0.14 | 0.43 | 0.49 | 40.71 | 0.28 | 0.4 |
| Hex | 81 | 6F | 49 | 0 | E | 2B | 31 | 29 | 1C | 28 |
| Octal | 201 | 157 | 111 | 0 | 16 | 53 | 61 | 51 | 34 | 50 |
| Binary | 10000001 | 1101111 | 1001001 | 0 | 1110 | 101011 | 110001 | 101001 | 11100 | 101000 |
Color Harmonies of #816F49
Complementary color
Monochromatic Colors of #816F49
Black with #816F49
Text Example
Text Example
White with #816F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F49; }
p { color: rgb(129,111,73); }
H1.HeaderClassName
{
color: #816F49;
}
.AnyTagClassName
{
color: #816F49;
}
</style>
background-color css
<style>
a { background-color: #816F49; }
a { background-color: rgb(129,111,73); }
div.DivClassName
{
background-color: #816F49;
}
.BgClassName
{
background-color: #816F49;
}
</style>
border-color css
<style>
span { border-color: #816F49; }
span { border-color: rgb(129,111,73); }
td.TdClassName
{
border-color: #816F49;
}
.TagClassName
{
border-color: #816F49;
}
</style>