Shades of Shadow #807250
Tints of Shadow #807250
RGB
CMYK
RGB Variations
Color information
#807250 (or 0x807250) is known color: Shadow. HEX triplet: 80, 72 and 50. RGB value is (128,114,80). Sum of RGB (Red+Green+Blue) = 128+114+80=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 80 (31.64% from 255 or 24.84% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #807250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807250 is #7F8DAF. Grayscale: #727272. Windows color (decimal): -8359344 or 5272192. OLE color: 5272192.
HSL color Cylindrical-coordinate representation of color #807250: hue angle of 42.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #807250 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 114 | 80 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.50 |
| HSL | 42.5º | 0.23% | 0.41% | - |
| HSV(B) | 42.5º | 0.38% | 0.5% | - |
| XYZ | 16.37 | 17.2 | 10.05 | - |
| YUV | 114.31 | 108.64 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 114 | 80 | 0 | 0.11 | 0.38 | 0.50 | 42.5 | 0.23 | 0.41 |
| Hex | 80 | 72 | 50 | 0 | B | 26 | 32 | 2A | 17 | 29 |
| Octal | 200 | 162 | 120 | 0 | 13 | 46 | 62 | 52 | 27 | 51 |
| Binary | 10000000 | 1110010 | 1010000 | 0 | 1011 | 100110 | 110010 | 101010 | 10111 | 101001 |
Color Harmonies of #807250
Complementary color
Monochromatic Colors of #807250
Black with #807250
Text Example
Text Example
White with #807250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #807250; }
p { color: rgb(128,114,80); }
H1.HeaderClassName
{
color: #807250;
}
.AnyTagClassName
{
color: #807250;
}
</style>
background-color css
<style>
a { background-color: #807250; }
a { background-color: rgb(128,114,80); }
div.DivClassName
{
background-color: #807250;
}
.BgClassName
{
background-color: #807250;
}
</style>
border-color css
<style>
span { border-color: #807250; }
span { border-color: rgb(128,114,80); }
td.TdClassName
{
border-color: #807250;
}
.TagClassName
{
border-color: #807250;
}
</style>