Shades of Shadow #826A50
Tints of Shadow #826A50
RGB
CMYK
RGB Variations
Color information
#826A50 (or 0x826A50) is known color: Shadow. HEX triplet: 82, 6A and 50. RGB value is (130,106,80). Sum of RGB (Red+Green+Blue) = 130+106+80=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #826A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A50 is #7D95AF. Grayscale: #6E6E6E. Windows color (decimal): -8230320 or 5270146. OLE color: 5270146.
HSL color Cylindrical-coordinate representation of color #826A50: hue angle of 31.2º 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 #826A50 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 80 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.49 |
| HSL | 31.2º | 0.24% | 0.41% | - |
| HSV(B) | 31.2º | 0.38% | 0.51% | - |
| XYZ | 15.81 | 15.63 | 9.77 | - |
| YUV | 110.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 80 | 0 | 0.18 | 0.38 | 0.49 | 31.2 | 0.24 | 0.41 |
| Hex | 82 | 6A | 50 | 0 | 12 | 26 | 31 | 1F | 18 | 29 |
| Octal | 202 | 152 | 120 | 0 | 22 | 46 | 61 | 37 | 30 | 51 |
| Binary | 10000010 | 1101010 | 1010000 | 0 | 10010 | 100110 | 110001 | 11111 | 11000 | 101001 |
Color Harmonies of #826A50
Complementary color
Monochromatic Colors of #826A50
Black with #826A50
Text Example
Text Example
White with #826A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A50; }
p { color: rgb(130,106,80); }
H1.HeaderClassName
{
color: #826A50;
}
.AnyTagClassName
{
color: #826A50;
}
</style>
background-color css
<style>
a { background-color: #826A50; }
a { background-color: rgb(130,106,80); }
div.DivClassName
{
background-color: #826A50;
}
.BgClassName
{
background-color: #826A50;
}
</style>
border-color css
<style>
span { border-color: #826A50; }
span { border-color: rgb(130,106,80); }
td.TdClassName
{
border-color: #826A50;
}
.TagClassName
{
border-color: #826A50;
}
</style>