Shades of Shadow #826E4A
Tints of Shadow #826E4A
RGB
CMYK
RGB Variations
Color information
#826E4A (or 0x826E4A) is known color: Shadow. HEX triplet: 82, 6E and 4A. RGB value is (130,110,74). Sum of RGB (Red+Green+Blue) = 130+110+74=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #826E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #826E4A is #7D91B5. Grayscale: #707070. Windows color (decimal): -8229302 or 4877954. OLE color: 4877954.
HSL color Cylindrical-coordinate representation of color #826E4A: hue angle of 38.57º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #826E4A is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 74 | - |
| CMYK | 0 | 0.15 | 0.43 | 0.49 |
| HSL | 38.57º | 0.27% | 0.4% | - |
| HSV(B) | 38.57º | 0.43% | 0.51% | - |
| XYZ | 16.02 | 16.39 | 8.8 | - |
| YUV | 111.88 | 106.63 | 140.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 74 | 0 | 0.15 | 0.43 | 0.49 | 38.57 | 0.27 | 0.4 |
| Hex | 82 | 6E | 4A | 0 | F | 2B | 31 | 27 | 1B | 28 |
| Octal | 202 | 156 | 112 | 0 | 17 | 53 | 61 | 47 | 33 | 50 |
| Binary | 10000010 | 1101110 | 1001010 | 0 | 1111 | 101011 | 110001 | 100111 | 11011 | 101000 |
Color Harmonies of #826E4A
Complementary color
Monochromatic Colors of #826E4A
Black with #826E4A
Text Example
Text Example
White with #826E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E4A; }
p { color: rgb(130,110,74); }
H1.HeaderClassName
{
color: #826E4A;
}
.AnyTagClassName
{
color: #826E4A;
}
</style>
background-color css
<style>
a { background-color: #826E4A; }
a { background-color: rgb(130,110,74); }
div.DivClassName
{
background-color: #826E4A;
}
.BgClassName
{
background-color: #826E4A;
}
</style>
border-color css
<style>
span { border-color: #826E4A; }
span { border-color: rgb(130,110,74); }
td.TdClassName
{
border-color: #826E4A;
}
.TagClassName
{
border-color: #826E4A;
}
</style>