Shades of Shadow #836B47
Tints of Shadow #836B47
RGB
CMYK
RGB Variations
Color information
#836B47 (or 0x836B47) is known color: Shadow. HEX triplet: 83, 6B and 47. RGB value is (131,107,71). Sum of RGB (Red+Green+Blue) = 131+107+71=309 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.39% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 131 - color contains mainly: red. Hex color #836B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836B47 is #7C94B8. Grayscale: #6E6E6E. Windows color (decimal): -8164537 or 4680579. OLE color: 4680579.
HSL color Cylindrical-coordinate representation of color #836B47: hue angle of 36º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #836B47 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 71 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.49 |
| HSL | 36º | 0.3% | 0.4% | - |
| HSV(B) | 36º | 0.46% | 0.51% | - |
| XYZ | 15.76 | 15.8 | 8.18 | - |
| YUV | 110.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 71 | 0 | 0.18 | 0.46 | 0.49 | 36 | 0.3 | 0.4 |
| Hex | 83 | 6B | 47 | 0 | 12 | 2E | 31 | 24 | 1E | 28 |
| Octal | 203 | 153 | 107 | 0 | 22 | 56 | 61 | 44 | 36 | 50 |
| Binary | 10000011 | 1101011 | 1000111 | 0 | 10010 | 101110 | 110001 | 100100 | 11110 | 101000 |
Color Harmonies of #836B47
Complementary color
Monochromatic Colors of #836B47
Black with #836B47
Text Example
Text Example
White with #836B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B47; }
p { color: rgb(131,107,71); }
H1.HeaderClassName
{
color: #836B47;
}
.AnyTagClassName
{
color: #836B47;
}
</style>
background-color css
<style>
a { background-color: #836B47; }
a { background-color: rgb(131,107,71); }
div.DivClassName
{
background-color: #836B47;
}
.BgClassName
{
background-color: #836B47;
}
</style>
border-color css
<style>
span { border-color: #836B47; }
span { border-color: rgb(131,107,71); }
td.TdClassName
{
border-color: #836B47;
}
.TagClassName
{
border-color: #836B47;
}
</style>