Shades of Shadow #807051
Tints of Shadow #807051
RGB
CMYK
RGB Variations
Color information
#807051 (or 0x807051) is known color: Shadow. HEX triplet: 80, 70 and 51. RGB value is (128,112,81). Sum of RGB (Red+Green+Blue) = 128+112+81=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #807051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807051 is #7F8FAE. Grayscale: #717171. Windows color (decimal): -8359855 or 5337216. OLE color: 5337216.
HSL color Cylindrical-coordinate representation of color #807051: hue angle of 39.57º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #807051 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 112 | 81 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.50 |
| HSL | 39.57º | 0.22% | 0.41% | - |
| HSV(B) | 39.57º | 0.37% | 0.5% | - |
| XYZ | 16.18 | 16.77 | 10.17 | - |
| YUV | 113.25 | 109.8 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 81 | 0 | 0.12 | 0.37 | 0.50 | 39.57 | 0.22 | 0.41 |
| Hex | 80 | 70 | 51 | 0 | C | 25 | 32 | 28 | 16 | 29 |
| Octal | 200 | 160 | 121 | 0 | 14 | 45 | 62 | 50 | 26 | 51 |
| Binary | 10000000 | 1110000 | 1010001 | 0 | 1100 | 100101 | 110010 | 101000 | 10110 | 101001 |
Color Harmonies of #807051
Complementary color
Monochromatic Colors of #807051
Black with #807051
Text Example
Text Example
White with #807051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807051; }
p { color: rgb(128,112,81); }
H1.HeaderClassName
{
color: #807051;
}
.AnyTagClassName
{
color: #807051;
}
</style>
background-color css
<style>
a { background-color: #807051; }
a { background-color: rgb(128,112,81); }
div.DivClassName
{
background-color: #807051;
}
.BgClassName
{
background-color: #807051;
}
</style>
border-color css
<style>
span { border-color: #807051; }
span { border-color: rgb(128,112,81); }
td.TdClassName
{
border-color: #807051;
}
.TagClassName
{
border-color: #807051;
}
</style>