Shades of Shadow #836E50
Tints of Shadow #836E50
RGB
CMYK
RGB Variations
Color information
#836E50 (or 0x836E50) is known color: Shadow. HEX triplet: 83, 6E and 50. RGB value is (131,110,80). Sum of RGB (Red+Green+Blue) = 131+110+80=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #836E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836E50 is #7C91AF. Grayscale: #707070. Windows color (decimal): -8163760 or 5271171. OLE color: 5271171.
HSL color Cylindrical-coordinate representation of color #836E50: hue angle of 35.29º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #836E50 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 110 | 80 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.49 |
| HSL | 35.29º | 0.24% | 0.41% | - |
| HSV(B) | 35.29º | 0.39% | 0.51% | - |
| XYZ | 16.38 | 16.56 | 9.92 | - |
| YUV | 112.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 110 | 80 | 0 | 0.16 | 0.39 | 0.49 | 35.29 | 0.24 | 0.41 |
| Hex | 83 | 6E | 50 | 0 | 10 | 27 | 31 | 23 | 18 | 29 |
| Octal | 203 | 156 | 120 | 0 | 20 | 47 | 61 | 43 | 30 | 51 |
| Binary | 10000011 | 1101110 | 1010000 | 0 | 10000 | 100111 | 110001 | 100011 | 11000 | 101001 |
Color Harmonies of #836E50
Complementary color
Monochromatic Colors of #836E50
Black with #836E50
Text Example
Text Example
White with #836E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836E50; }
p { color: rgb(131,110,80); }
H1.HeaderClassName
{
color: #836E50;
}
.AnyTagClassName
{
color: #836E50;
}
</style>
background-color css
<style>
a { background-color: #836E50; }
a { background-color: rgb(131,110,80); }
div.DivClassName
{
background-color: #836E50;
}
.BgClassName
{
background-color: #836E50;
}
</style>
border-color css
<style>
span { border-color: #836E50; }
span { border-color: rgb(131,110,80); }
td.TdClassName
{
border-color: #836E50;
}
.TagClassName
{
border-color: #836E50;
}
</style>