Shades of Shadow #816D53
Tints of Shadow #816D53
RGB
CMYK
RGB Variations
Color information
#816D53 (or 0x816D53) is known color: Shadow. HEX triplet: 81, 6D and 53. RGB value is (129,109,83). Sum of RGB (Red+Green+Blue) = 129+109+83=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 83 (32.81% from 255 or 25.86% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #816D53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816D53 is #7E92AC. Grayscale: #707070. Windows color (decimal): -8295085 or 5467521. OLE color: 5467521.
HSL color Cylindrical-coordinate representation of color #816D53: hue angle of 33.91º 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 #816D53 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 109 | 83 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.49 |
| HSL | 33.91º | 0.22% | 0.42% | - |
| HSV(B) | 33.91º | 0.36% | 0.51% | - |
| XYZ | 16.08 | 16.23 | 10.47 | - |
| YUV | 112.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 109 | 83 | 0 | 0.16 | 0.36 | 0.49 | 33.91 | 0.22 | 0.42 |
| Hex | 81 | 6D | 53 | 0 | 10 | 24 | 31 | 22 | 16 | 2A |
| Octal | 201 | 155 | 123 | 0 | 20 | 44 | 61 | 42 | 26 | 52 |
| Binary | 10000001 | 1101101 | 1010011 | 0 | 10000 | 100100 | 110001 | 100010 | 10110 | 101010 |
Color Harmonies of #816D53
Complementary color
Monochromatic Colors of #816D53
Black with #816D53
Text Example
Text Example
White with #816D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816D53; }
p { color: rgb(129,109,83); }
H1.HeaderClassName
{
color: #816D53;
}
.AnyTagClassName
{
color: #816D53;
}
</style>
background-color css
<style>
a { background-color: #816D53; }
a { background-color: rgb(129,109,83); }
div.DivClassName
{
background-color: #816D53;
}
.BgClassName
{
background-color: #816D53;
}
</style>
border-color css
<style>
span { border-color: #816D53; }
span { border-color: rgb(129,109,83); }
td.TdClassName
{
border-color: #816D53;
}
.TagClassName
{
border-color: #816D53;
}
</style>