Shades of Shadow #836D51
Tints of Shadow #836D51
RGB
CMYK
RGB Variations
Color information
#836D51 (or 0x836D51) is known color: Shadow. HEX triplet: 83, 6D and 51. RGB value is (131,109,81). Sum of RGB (Red+Green+Blue) = 131+109+81=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #836D51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D51 is #7C92AE. Grayscale: #707070. Windows color (decimal): -8164015 or 5336451. OLE color: 5336451.
HSL color Cylindrical-coordinate representation of color #836D51: hue angle of 33.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836D51 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 81 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.49 |
| HSL | 33.6º | 0.24% | 0.42% | - |
| HSV(B) | 33.6º | 0.38% | 0.51% | - |
| XYZ | 16.31 | 16.36 | 10.08 | - |
| YUV | 112.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 81 | 0 | 0.17 | 0.38 | 0.49 | 33.6 | 0.24 | 0.42 |
| Hex | 83 | 6D | 51 | 0 | 11 | 26 | 31 | 22 | 18 | 2A |
| Octal | 203 | 155 | 121 | 0 | 21 | 46 | 61 | 42 | 30 | 52 |
| Binary | 10000011 | 1101101 | 1010001 | 0 | 10001 | 100110 | 110001 | 100010 | 11000 | 101010 |
Color Harmonies of #836D51
Complementary color
Monochromatic Colors of #836D51
Black with #836D51
Text Example
Text Example
White with #836D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D51; }
p { color: rgb(131,109,81); }
H1.HeaderClassName
{
color: #836D51;
}
.AnyTagClassName
{
color: #836D51;
}
</style>
background-color css
<style>
a { background-color: #836D51; }
a { background-color: rgb(131,109,81); }
div.DivClassName
{
background-color: #836D51;
}
.BgClassName
{
background-color: #836D51;
}
</style>
border-color css
<style>
span { border-color: #836D51; }
span { border-color: rgb(131,109,81); }
td.TdClassName
{
border-color: #836D51;
}
.TagClassName
{
border-color: #836D51;
}
</style>