Shades of Shadow #826E53
Tints of Shadow #826E53
RGB
CMYK
RGB Variations
Color information
#826E53 (or 0x826E53) is known color: Shadow. HEX triplet: 82, 6E and 53. RGB value is (130,110,83). Sum of RGB (Red+Green+Blue) = 130+110+83=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #826E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E53 is #7D91AC. Grayscale: #717171. Windows color (decimal): -8229293 or 5467778. OLE color: 5467778.
HSL color Cylindrical-coordinate representation of color #826E53: hue angle of 34.47º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #826E53 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 83 | - |
| CMYK | 0 | 0.15 | 0.36 | 0.49 |
| HSL | 34.47º | 0.22% | 0.42% | - |
| HSV(B) | 34.47º | 0.36% | 0.51% | - |
| XYZ | 16.34 | 16.52 | 10.51 | - |
| YUV | 112.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 83 | 0 | 0.15 | 0.36 | 0.49 | 34.47 | 0.22 | 0.42 |
| Hex | 82 | 6E | 53 | 0 | F | 24 | 31 | 22 | 16 | 2A |
| Octal | 202 | 156 | 123 | 0 | 17 | 44 | 61 | 42 | 26 | 52 |
| Binary | 10000010 | 1101110 | 1010011 | 0 | 1111 | 100100 | 110001 | 100010 | 10110 | 101010 |
Color Harmonies of #826E53
Complementary color
Monochromatic Colors of #826E53
Black with #826E53
Text Example
Text Example
White with #826E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E53; }
p { color: rgb(130,110,83); }
H1.HeaderClassName
{
color: #826E53;
}
.AnyTagClassName
{
color: #826E53;
}
</style>
background-color css
<style>
a { background-color: #826E53; }
a { background-color: rgb(130,110,83); }
div.DivClassName
{
background-color: #826E53;
}
.BgClassName
{
background-color: #826E53;
}
</style>
border-color css
<style>
span { border-color: #826E53; }
span { border-color: rgb(130,110,83); }
td.TdClassName
{
border-color: #826E53;
}
.TagClassName
{
border-color: #826E53;
}
</style>