Shades of Shadow #807353
Tints of Shadow #807353
RGB
CMYK
RGB Variations
Color information
#807353 (or 0x807353) is known color: Shadow. HEX triplet: 80, 73 and 53. RGB value is (128,115,83). Sum of RGB (Red+Green+Blue) = 128+115+83=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 128 - color contains mainly: red. Hex color #807353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807353 is #7F8CAC. Grayscale: #737373. Windows color (decimal): -8359085 or 5469056. OLE color: 5469056.
HSL color Cylindrical-coordinate representation of color #807353: hue angle of 42.67º 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 #807353 is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 115 | 83 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.50 |
| HSL | 42.67º | 0.21% | 0.41% | - |
| HSV(B) | 42.67º | 0.35% | 0.5% | - |
| XYZ | 16.59 | 17.48 | 10.68 | - |
| YUV | 115.24 | 109.81 | 137.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 115 | 83 | 0 | 0.10 | 0.35 | 0.50 | 42.67 | 0.21 | 0.41 |
| Hex | 80 | 73 | 53 | 0 | A | 23 | 32 | 2B | 15 | 29 |
| Octal | 200 | 163 | 123 | 0 | 12 | 43 | 62 | 53 | 25 | 51 |
| Binary | 10000000 | 1110011 | 1010011 | 0 | 1010 | 100011 | 110010 | 101011 | 10101 | 101001 |
Color Harmonies of #807353
Complementary color
Monochromatic Colors of #807353
Black with #807353
Text Example
Text Example
White with #807353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807353; }
p { color: rgb(128,115,83); }
H1.HeaderClassName
{
color: #807353;
}
.AnyTagClassName
{
color: #807353;
}
</style>
background-color css
<style>
a { background-color: #807353; }
a { background-color: rgb(128,115,83); }
div.DivClassName
{
background-color: #807353;
}
.BgClassName
{
background-color: #807353;
}
</style>
border-color css
<style>
span { border-color: #807353; }
span { border-color: rgb(128,115,83); }
td.TdClassName
{
border-color: #807353;
}
.TagClassName
{
border-color: #807353;
}
</style>