Shades of Shadow #807253
Tints of Shadow #807253
RGB
CMYK
RGB Variations
Color information
#807253 (or 0x807253) is known color: Shadow. HEX triplet: 80, 72 and 53. RGB value is (128,114,83). Sum of RGB (Red+Green+Blue) = 128+114+83=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 83 (32.81% from 255 or 25.54% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #807253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807253 is #7F8DAC. Grayscale: #727272. Windows color (decimal): -8359341 or 5468800. OLE color: 5468800.
HSL color Cylindrical-coordinate representation of color #807253: hue angle of 41.33º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #807253 is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 83 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.50 |
| HSL | 41.33º | 0.21% | 0.41% | - |
| HSV(B) | 41.33º | 0.35% | 0.5% | - |
| XYZ | 16.48 | 17.25 | 10.64 | - |
| YUV | 114.65 | 110.14 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 83 | 0 | 0.11 | 0.35 | 0.50 | 41.33 | 0.21 | 0.41 |
| Hex | 80 | 72 | 53 | 0 | B | 23 | 32 | 29 | 15 | 29 |
| Octal | 200 | 162 | 123 | 0 | 13 | 43 | 62 | 51 | 25 | 51 |
| Binary | 10000000 | 1110010 | 1010011 | 0 | 1011 | 100011 | 110010 | 101001 | 10101 | 101001 |
Color Harmonies of #807253
Complementary color
Monochromatic Colors of #807253
Black with #807253
Text Example
Text Example
White with #807253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807253; }
p { color: rgb(128,114,83); }
H1.HeaderClassName
{
color: #807253;
}
.AnyTagClassName
{
color: #807253;
}
</style>
background-color css
<style>
a { background-color: #807253; }
a { background-color: rgb(128,114,83); }
div.DivClassName
{
background-color: #807253;
}
.BgClassName
{
background-color: #807253;
}
</style>
border-color css
<style>
span { border-color: #807253; }
span { border-color: rgb(128,114,83); }
td.TdClassName
{
border-color: #807253;
}
.TagClassName
{
border-color: #807253;
}
</style>