Shades of Shadow #836B4D
Tints of Shadow #836B4D
RGB
CMYK
RGB Variations
Color information
#836B4D (or 0x836B4D) is known color: Shadow. HEX triplet: 83, 6B and 4D. RGB value is (131,107,77). Sum of RGB (Red+Green+Blue) = 131+107+77=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 107 (42.19% from 255 or 33.97% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #836B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B4D is #7C94B2. Grayscale: #6E6E6E. Windows color (decimal): -8164531 or 5073795. OLE color: 5073795.
HSL color Cylindrical-coordinate representation of color #836B4D: hue angle of 33.33º 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 #836B4D is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 77 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.49 |
| HSL | 33.33º | 0.26% | 0.41% | - |
| HSV(B) | 33.33º | 0.41% | 0.51% | - |
| XYZ | 15.96 | 15.88 | 9.24 | - |
| YUV | 110.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 77 | 0 | 0.18 | 0.41 | 0.49 | 33.33 | 0.26 | 0.41 |
| Hex | 83 | 6B | 4D | 0 | 12 | 29 | 31 | 21 | 1A | 29 |
| Octal | 203 | 153 | 115 | 0 | 22 | 51 | 61 | 41 | 32 | 51 |
| Binary | 10000011 | 1101011 | 1001101 | 0 | 10010 | 101001 | 110001 | 100001 | 11010 | 101001 |
Color Harmonies of #836B4D
Complementary color
Monochromatic Colors of #836B4D
Black with #836B4D
Text Example
Text Example
White with #836B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B4D; }
p { color: rgb(131,107,77); }
H1.HeaderClassName
{
color: #836B4D;
}
.AnyTagClassName
{
color: #836B4D;
}
</style>
background-color css
<style>
a { background-color: #836B4D; }
a { background-color: rgb(131,107,77); }
div.DivClassName
{
background-color: #836B4D;
}
.BgClassName
{
background-color: #836B4D;
}
</style>
border-color css
<style>
span { border-color: #836B4D; }
span { border-color: rgb(131,107,77); }
td.TdClassName
{
border-color: #836B4D;
}
.TagClassName
{
border-color: #836B4D;
}
</style>