Shades of Shadow #827249
Tints of Shadow #827249
RGB
CMYK
RGB Variations
Color information
#827249 (or 0x827249) is known color: Shadow. HEX triplet: 82, 72 and 49. RGB value is (130,114,73). Sum of RGB (Red+Green+Blue) = 130+114+73=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #827249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827249 is #7D8DB6. Grayscale: #727272. Windows color (decimal): -8228279 or 4813442. OLE color: 4813442.
HSL color Cylindrical-coordinate representation of color #827249: hue angle of 43.16º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #827249 is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 73 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.49 |
| HSL | 43.16º | 0.28% | 0.4% | - |
| HSV(B) | 43.16º | 0.44% | 0.51% | - |
| XYZ | 16.43 | 17.26 | 8.77 | - |
| YUV | 114.11 | 104.8 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 73 | 0 | 0.12 | 0.44 | 0.49 | 43.16 | 0.28 | 0.4 |
| Hex | 82 | 72 | 49 | 0 | C | 2C | 31 | 2B | 1C | 28 |
| Octal | 202 | 162 | 111 | 0 | 14 | 54 | 61 | 53 | 34 | 50 |
| Binary | 10000010 | 1110010 | 1001001 | 0 | 1100 | 101100 | 110001 | 101011 | 11100 | 101000 |
Color Harmonies of #827249
Complementary color
Monochromatic Colors of #827249
Black with #827249
Text Example
Text Example
White with #827249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827249; }
p { color: rgb(130,114,73); }
H1.HeaderClassName
{
color: #827249;
}
.AnyTagClassName
{
color: #827249;
}
</style>
background-color css
<style>
a { background-color: #827249; }
a { background-color: rgb(130,114,73); }
div.DivClassName
{
background-color: #827249;
}
.BgClassName
{
background-color: #827249;
}
</style>
border-color css
<style>
span { border-color: #827249; }
span { border-color: rgb(130,114,73); }
td.TdClassName
{
border-color: #827249;
}
.TagClassName
{
border-color: #827249;
}
</style>