Shades of Shadow #816F53
Tints of Shadow #816F53
RGB
CMYK
RGB Variations
Color information
#816F53 (or 0x816F53) is known color: Shadow. HEX triplet: 81, 6F and 53. RGB value is (129,111,83). Sum of RGB (Red+Green+Blue) = 129+111+83=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 129 - color contains mainly: red. Hex color #816F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816F53 is #7E90AC. Grayscale: #717171. Windows color (decimal): -8294573 or 5468033. OLE color: 5468033.
HSL color Cylindrical-coordinate representation of color #816F53: hue angle of 36.52º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #816F53 is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 111 | 83 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.49 |
| HSL | 36.52º | 0.22% | 0.42% | - |
| HSV(B) | 36.52º | 0.36% | 0.51% | - |
| XYZ | 16.3 | 16.66 | 10.54 | - |
| YUV | 113.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 83 | 0 | 0.14 | 0.36 | 0.49 | 36.52 | 0.22 | 0.42 |
| Hex | 81 | 6F | 53 | 0 | E | 24 | 31 | 25 | 16 | 2A |
| Octal | 201 | 157 | 123 | 0 | 16 | 44 | 61 | 45 | 26 | 52 |
| Binary | 10000001 | 1101111 | 1010011 | 0 | 1110 | 100100 | 110001 | 100101 | 10110 | 101010 |
Color Harmonies of #816F53
Complementary color
Monochromatic Colors of #816F53
Black with #816F53
Text Example
Text Example
White with #816F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816F53; }
p { color: rgb(129,111,83); }
H1.HeaderClassName
{
color: #816F53;
}
.AnyTagClassName
{
color: #816F53;
}
</style>
background-color css
<style>
a { background-color: #816F53; }
a { background-color: rgb(129,111,83); }
div.DivClassName
{
background-color: #816F53;
}
.BgClassName
{
background-color: #816F53;
}
</style>
border-color css
<style>
span { border-color: #816F53; }
span { border-color: rgb(129,111,83); }
td.TdClassName
{
border-color: #816F53;
}
.TagClassName
{
border-color: #816F53;
}
</style>