Shades of Shadow #827451
Tints of Shadow #827451
RGB
CMYK
RGB Variations
Color information
#827451 (or 0x827451) is known color: Shadow. HEX triplet: 82, 74 and 51. RGB value is (130,116,81). Sum of RGB (Red+Green+Blue) = 130+116+81=327 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.76% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 130 - color contains mainly: red. Hex color #827451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827451 is #7D8BAE. Grayscale: #747474. Windows color (decimal): -8227759 or 5338242. OLE color: 5338242.
HSL color Cylindrical-coordinate representation of color #827451: hue angle of 42.86º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #827451 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 81 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.49 |
| HSL | 42.86º | 0.23% | 0.41% | - |
| HSV(B) | 42.86º | 0.38% | 0.51% | - |
| XYZ | 16.94 | 17.83 | 10.33 | - |
| YUV | 116.2 | 108.14 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 81 | 0 | 0.11 | 0.38 | 0.49 | 42.86 | 0.23 | 0.41 |
| Hex | 82 | 74 | 51 | 0 | B | 26 | 31 | 2B | 17 | 29 |
| Octal | 202 | 164 | 121 | 0 | 13 | 46 | 61 | 53 | 27 | 51 |
| Binary | 10000010 | 1110100 | 1010001 | 0 | 1011 | 100110 | 110001 | 101011 | 10111 | 101001 |
Color Harmonies of #827451
Complementary color
Monochromatic Colors of #827451
Black with #827451
Text Example
Text Example
White with #827451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827451; }
p { color: rgb(130,116,81); }
H1.HeaderClassName
{
color: #827451;
}
.AnyTagClassName
{
color: #827451;
}
</style>
background-color css
<style>
a { background-color: #827451; }
a { background-color: rgb(130,116,81); }
div.DivClassName
{
background-color: #827451;
}
.BgClassName
{
background-color: #827451;
}
</style>
border-color css
<style>
span { border-color: #827451; }
span { border-color: rgb(130,116,81); }
td.TdClassName
{
border-color: #827451;
}
.TagClassName
{
border-color: #827451;
}
</style>