Shades of Shadow #826E50
Tints of Shadow #826E50
RGB
CMYK
RGB Variations
Color information
#826E50 (or 0x826E50) is known color: Shadow. HEX triplet: 82, 6E and 50. RGB value is (130,110,80). Sum of RGB (Red+Green+Blue) = 130+110+80=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #826E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E50 is #7D91AF. Grayscale: #707070. Windows color (decimal): -8229296 or 5271170. OLE color: 5271170.
HSL color Cylindrical-coordinate representation of color #826E50: hue angle of 36º degrees, saturation: 0.24, 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 #826E50 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 80 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.49 |
| HSL | 36º | 0.24% | 0.41% | - |
| HSV(B) | 36º | 0.38% | 0.51% | - |
| XYZ | 16.23 | 16.48 | 9.91 | - |
| YUV | 112.56 | 109.63 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 80 | 0 | 0.15 | 0.38 | 0.49 | 36 | 0.24 | 0.41 |
| Hex | 82 | 6E | 50 | 0 | F | 26 | 31 | 24 | 18 | 29 |
| Octal | 202 | 156 | 120 | 0 | 17 | 46 | 61 | 44 | 30 | 51 |
| Binary | 10000010 | 1101110 | 1010000 | 0 | 1111 | 100110 | 110001 | 100100 | 11000 | 101001 |
Color Harmonies of #826E50
Complementary color
Monochromatic Colors of #826E50
Black with #826E50
Text Example
Text Example
White with #826E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E50; }
p { color: rgb(130,110,80); }
H1.HeaderClassName
{
color: #826E50;
}
.AnyTagClassName
{
color: #826E50;
}
</style>
background-color css
<style>
a { background-color: #826E50; }
a { background-color: rgb(130,110,80); }
div.DivClassName
{
background-color: #826E50;
}
.BgClassName
{
background-color: #826E50;
}
</style>
border-color css
<style>
span { border-color: #826E50; }
span { border-color: rgb(130,110,80); }
td.TdClassName
{
border-color: #826E50;
}
.TagClassName
{
border-color: #826E50;
}
</style>