Shades of Shadow #836B50
Tints of Shadow #836B50
RGB
CMYK
RGB Variations
Color information
#836B50 (or 0x836B50) is known color: Shadow. HEX triplet: 83, 6B and 50. RGB value is (131,107,80). Sum of RGB (Red+Green+Blue) = 131+107+80=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 80 (31.64% from 255 or 25.16% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #836B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836B50 is #7C94AF. Grayscale: #6F6F6F. Windows color (decimal): -8164528 or 5270403. OLE color: 5270403.
HSL color Cylindrical-coordinate representation of color #836B50: hue angle of 31.76º 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 #836B50 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 80 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.49 |
| HSL | 31.76º | 0.24% | 0.41% | - |
| HSV(B) | 31.76º | 0.39% | 0.51% | - |
| XYZ | 16.07 | 15.92 | 9.82 | - |
| YUV | 111.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 80 | 0 | 0.18 | 0.39 | 0.49 | 31.76 | 0.24 | 0.41 |
| Hex | 83 | 6B | 50 | 0 | 12 | 27 | 31 | 20 | 18 | 29 |
| Octal | 203 | 153 | 120 | 0 | 22 | 47 | 61 | 40 | 30 | 51 |
| Binary | 10000011 | 1101011 | 1010000 | 0 | 10010 | 100111 | 110001 | 100000 | 11000 | 101001 |
Color Harmonies of #836B50
Complementary color
Monochromatic Colors of #836B50
Black with #836B50
Text Example
Text Example
White with #836B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B50; }
p { color: rgb(131,107,80); }
H1.HeaderClassName
{
color: #836B50;
}
.AnyTagClassName
{
color: #836B50;
}
</style>
background-color css
<style>
a { background-color: #836B50; }
a { background-color: rgb(131,107,80); }
div.DivClassName
{
background-color: #836B50;
}
.BgClassName
{
background-color: #836B50;
}
</style>
border-color css
<style>
span { border-color: #836B50; }
span { border-color: rgb(131,107,80); }
td.TdClassName
{
border-color: #836B50;
}
.TagClassName
{
border-color: #836B50;
}
</style>