Shades of Shadow #836D41
Tints of Shadow #836D41
RGB
CMYK
RGB Variations
Color information
#836D41 (or 0x836D41) is known color: Shadow. HEX triplet: 83, 6D and 41. RGB value is (131,109,65). Sum of RGB (Red+Green+Blue) = 131+109+65=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 109 (42.97% from 255 or 35.74% from 305); Blue value is 65 (25.78% from 255 or 21.31% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #836D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836D41 is #7C92BE. Grayscale: #6E6E6E. Windows color (decimal): -8164031 or 4287875. OLE color: 4287875.
HSL color Cylindrical-coordinate representation of color #836D41: hue angle of 40º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #836D41 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 65 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.49 |
| HSL | 40º | 0.34% | 0.38% | - |
| HSV(B) | 40º | 0.5% | 0.51% | - |
| XYZ | 15.78 | 16.14 | 7.29 | - |
| YUV | 110.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 65 | 0 | 0.17 | 0.50 | 0.49 | 40 | 0.34 | 0.38 |
| Hex | 83 | 6D | 41 | 0 | 11 | 32 | 31 | 28 | 22 | 26 |
| Octal | 203 | 155 | 101 | 0 | 21 | 62 | 61 | 50 | 42 | 46 |
| Binary | 10000011 | 1101101 | 1000001 | 0 | 10001 | 110010 | 110001 | 101000 | 100010 | 100110 |
Color Harmonies of #836D41
Complementary color
Monochromatic Colors of #836D41
Black with #836D41
Text Example
Text Example
White with #836D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D41; }
p { color: rgb(131,109,65); }
H1.HeaderClassName
{
color: #836D41;
}
.AnyTagClassName
{
color: #836D41;
}
</style>
background-color css
<style>
a { background-color: #836D41; }
a { background-color: rgb(131,109,65); }
div.DivClassName
{
background-color: #836D41;
}
.BgClassName
{
background-color: #836D41;
}
</style>
border-color css
<style>
span { border-color: #836D41; }
span { border-color: rgb(131,109,65); }
td.TdClassName
{
border-color: #836D41;
}
.TagClassName
{
border-color: #836D41;
}
</style>