Shades of Shadow #836A4D
Tints of Shadow #836A4D
RGB
CMYK
RGB Variations
Color information
#836A4D (or 0x836A4D) is known color: Shadow. HEX triplet: 83, 6A and 4D. RGB value is (131,106,77). Sum of RGB (Red+Green+Blue) = 131+106+77=314 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.72% from 314); Green value is 106 (41.80% from 255 or 33.76% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 131 - color contains mainly: red. Hex color #836A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836A4D is #7C95B2. Grayscale: #6E6E6E. Windows color (decimal): -8164787 or 5073539. OLE color: 5073539.
HSL color Cylindrical-coordinate representation of color #836A4D: hue angle of 32.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #836A4D is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 106 | 77 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.49 |
| HSL | 32.22º | 0.26% | 0.41% | - |
| HSV(B) | 32.22º | 0.41% | 0.51% | - |
| XYZ | 15.85 | 15.67 | 9.21 | - |
| YUV | 110.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 77 | 0 | 0.19 | 0.41 | 0.49 | 32.22 | 0.26 | 0.41 |
| Hex | 83 | 6A | 4D | 0 | 13 | 29 | 31 | 20 | 1A | 29 |
| Octal | 203 | 152 | 115 | 0 | 23 | 51 | 61 | 40 | 32 | 51 |
| Binary | 10000011 | 1101010 | 1001101 | 0 | 10011 | 101001 | 110001 | 100000 | 11010 | 101001 |
Color Harmonies of #836A4D
Complementary color
Monochromatic Colors of #836A4D
Black with #836A4D
Text Example
Text Example
White with #836A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836A4D; }
p { color: rgb(131,106,77); }
H1.HeaderClassName
{
color: #836A4D;
}
.AnyTagClassName
{
color: #836A4D;
}
</style>
background-color css
<style>
a { background-color: #836A4D; }
a { background-color: rgb(131,106,77); }
div.DivClassName
{
background-color: #836A4D;
}
.BgClassName
{
background-color: #836A4D;
}
</style>
border-color css
<style>
span { border-color: #836A4D; }
span { border-color: rgb(131,106,77); }
td.TdClassName
{
border-color: #836A4D;
}
.TagClassName
{
border-color: #836A4D;
}
</style>