Shades of Shadow #836D52
Tints of Shadow #836D52
RGB
CMYK
RGB Variations
Color information
#836D52 (or 0x836D52) is known color: Shadow. HEX triplet: 83, 6D and 52. RGB value is (131,109,82). Sum of RGB (Red+Green+Blue) = 131+109+82=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 109 (42.97% from 255 or 33.85% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #836D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836D52 is #7C92AD. Grayscale: #707070. Windows color (decimal): -8164014 or 5401987. OLE color: 5401987.
HSL color Cylindrical-coordinate representation of color #836D52: hue angle of 33.06º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #836D52 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 82 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.49 |
| HSL | 33.06º | 0.23% | 0.42% | - |
| HSV(B) | 33.06º | 0.37% | 0.51% | - |
| XYZ | 16.35 | 16.37 | 10.28 | - |
| YUV | 112.5 | 110.79 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 82 | 0 | 0.17 | 0.37 | 0.49 | 33.06 | 0.23 | 0.42 |
| Hex | 83 | 6D | 52 | 0 | 11 | 25 | 31 | 21 | 17 | 2A |
| Octal | 203 | 155 | 122 | 0 | 21 | 45 | 61 | 41 | 27 | 52 |
| Binary | 10000011 | 1101101 | 1010010 | 0 | 10001 | 100101 | 110001 | 100001 | 10111 | 101010 |
Color Harmonies of #836D52
Complementary color
Monochromatic Colors of #836D52
Black with #836D52
Text Example
Text Example
White with #836D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D52; }
p { color: rgb(131,109,82); }
H1.HeaderClassName
{
color: #836D52;
}
.AnyTagClassName
{
color: #836D52;
}
</style>
background-color css
<style>
a { background-color: #836D52; }
a { background-color: rgb(131,109,82); }
div.DivClassName
{
background-color: #836D52;
}
.BgClassName
{
background-color: #836D52;
}
</style>
border-color css
<style>
span { border-color: #836D52; }
span { border-color: rgb(131,109,82); }
td.TdClassName
{
border-color: #836D52;
}
.TagClassName
{
border-color: #836D52;
}
</style>