Shades of Shadow #826E4F
Tints of Shadow #826E4F
RGB
CMYK
RGB Variations
Color information
#826E4F (or 0x826E4F) is known color: Shadow. HEX triplet: 82, 6E and 4F. RGB value is (130,110,79). Sum of RGB (Red+Green+Blue) = 130+110+79=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #826E4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E4F is #7D91B0. Grayscale: #707070. Windows color (decimal): -8229297 or 5205634. OLE color: 5205634.
HSL color Cylindrical-coordinate representation of color #826E4F: hue angle of 36.47º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #826E4F is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 79 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.49 |
| HSL | 36.47º | 0.24% | 0.41% | - |
| HSV(B) | 36.47º | 0.39% | 0.51% | - |
| XYZ | 16.19 | 16.46 | 9.72 | - |
| YUV | 112.45 | 109.13 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 79 | 0 | 0.15 | 0.39 | 0.49 | 36.47 | 0.24 | 0.41 |
| Hex | 82 | 6E | 4F | 0 | F | 27 | 31 | 24 | 18 | 29 |
| Octal | 202 | 156 | 117 | 0 | 17 | 47 | 61 | 44 | 30 | 51 |
| Binary | 10000010 | 1101110 | 1001111 | 0 | 1111 | 100111 | 110001 | 100100 | 11000 | 101001 |
Color Harmonies of #826E4F
Complementary color
Monochromatic Colors of #826E4F
Black with #826E4F
Text Example
Text Example
White with #826E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E4F; }
p { color: rgb(130,110,79); }
H1.HeaderClassName
{
color: #826E4F;
}
.AnyTagClassName
{
color: #826E4F;
}
</style>
background-color css
<style>
a { background-color: #826E4F; }
a { background-color: rgb(130,110,79); }
div.DivClassName
{
background-color: #826E4F;
}
.BgClassName
{
background-color: #826E4F;
}
</style>
border-color css
<style>
span { border-color: #826E4F; }
span { border-color: rgb(130,110,79); }
td.TdClassName
{
border-color: #826E4F;
}
.TagClassName
{
border-color: #826E4F;
}
</style>