Shades of Shadow #826F4E
Tints of Shadow #826F4E
RGB
CMYK
RGB Variations
Color information
#826F4E (or 0x826F4E) is known color: Shadow. HEX triplet: 82, 6F and 4E. RGB value is (130,111,78). Sum of RGB (Red+Green+Blue) = 130+111+78=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 111 (43.75% from 255 or 34.80% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #826F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F4E is #7D90B1. Grayscale: #717171. Windows color (decimal): -8229042 or 5140354. OLE color: 5140354.
HSL color Cylindrical-coordinate representation of color #826F4E: hue angle of 38.08º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #826F4E is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 78 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.49 |
| HSL | 38.08º | 0.25% | 0.41% | - |
| HSV(B) | 38.08º | 0.4% | 0.51% | - |
| XYZ | 16.27 | 16.66 | 9.57 | - |
| YUV | 112.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 78 | 0 | 0.15 | 0.40 | 0.49 | 38.08 | 0.25 | 0.41 |
| Hex | 82 | 6F | 4E | 0 | F | 28 | 31 | 26 | 19 | 29 |
| Octal | 202 | 157 | 116 | 0 | 17 | 50 | 61 | 46 | 31 | 51 |
| Binary | 10000010 | 1101111 | 1001110 | 0 | 1111 | 101000 | 110001 | 100110 | 11001 | 101001 |
Color Harmonies of #826F4E
Complementary color
Monochromatic Colors of #826F4E
Black with #826F4E
Text Example
Text Example
White with #826F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F4E; }
p { color: rgb(130,111,78); }
H1.HeaderClassName
{
color: #826F4E;
}
.AnyTagClassName
{
color: #826F4E;
}
</style>
background-color css
<style>
a { background-color: #826F4E; }
a { background-color: rgb(130,111,78); }
div.DivClassName
{
background-color: #826F4E;
}
.BgClassName
{
background-color: #826F4E;
}
</style>
border-color css
<style>
span { border-color: #826F4E; }
span { border-color: rgb(130,111,78); }
td.TdClassName
{
border-color: #826F4E;
}
.TagClassName
{
border-color: #826F4E;
}
</style>