Shades of Shadow #836D42
Tints of Shadow #836D42
RGB
CMYK
RGB Variations
Color information
#836D42 (or 0x836D42) is known color: Shadow. HEX triplet: 83, 6D and 42. RGB value is (131,109,66). Sum of RGB (Red+Green+Blue) = 131+109+66=306 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.81% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 131 - color contains mainly: red. Hex color #836D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836D42 is #7C92BD. Grayscale: #6E6E6E. Windows color (decimal): -8164030 or 4353411. OLE color: 4353411.
HSL color Cylindrical-coordinate representation of color #836D42: hue angle of 39.69º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836D42 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 66 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.49 |
| HSL | 39.69º | 0.33% | 0.39% | - |
| HSV(B) | 39.69º | 0.5% | 0.51% | - |
| XYZ | 15.81 | 16.16 | 7.44 | - |
| YUV | 110.68 | 102.79 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 66 | 0 | 0.17 | 0.50 | 0.49 | 39.69 | 0.33 | 0.39 |
| Hex | 83 | 6D | 42 | 0 | 11 | 32 | 31 | 28 | 21 | 27 |
| Octal | 203 | 155 | 102 | 0 | 21 | 62 | 61 | 50 | 41 | 47 |
| Binary | 10000011 | 1101101 | 1000010 | 0 | 10001 | 110010 | 110001 | 101000 | 100001 | 100111 |
Color Harmonies of #836D42
Complementary color
Monochromatic Colors of #836D42
Black with #836D42
Text Example
Text Example
White with #836D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D42; }
p { color: rgb(131,109,66); }
H1.HeaderClassName
{
color: #836D42;
}
.AnyTagClassName
{
color: #836D42;
}
</style>
background-color css
<style>
a { background-color: #836D42; }
a { background-color: rgb(131,109,66); }
div.DivClassName
{
background-color: #836D42;
}
.BgClassName
{
background-color: #836D42;
}
</style>
border-color css
<style>
span { border-color: #836D42; }
span { border-color: rgb(131,109,66); }
td.TdClassName
{
border-color: #836D42;
}
.TagClassName
{
border-color: #836D42;
}
</style>