Shades of Shadow #836B48
Tints of Shadow #836B48
RGB
CMYK
RGB Variations
Color information
#836B48 (or 0x836B48) is known color: Shadow. HEX triplet: 83, 6B and 48. RGB value is (131,107,72). Sum of RGB (Red+Green+Blue) = 131+107+72=310 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.26% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 131 - color contains mainly: red. Hex color #836B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836B48 is #7C94B7. Grayscale: #6E6E6E. Windows color (decimal): -8164536 or 4746115. OLE color: 4746115.
HSL color Cylindrical-coordinate representation of color #836B48: hue angle of 35.59º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #836B48 is Cyan = 0, Magento = 0.18, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 107 | 72 | - |
| CMYK | 0 | 0.18 | 0.45 | 0.49 |
| HSL | 35.59º | 0.29% | 0.4% | - |
| HSV(B) | 35.59º | 0.45% | 0.51% | - |
| XYZ | 15.79 | 15.81 | 8.35 | - |
| YUV | 110.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 72 | 0 | 0.18 | 0.45 | 0.49 | 35.59 | 0.29 | 0.4 |
| Hex | 83 | 6B | 48 | 0 | 12 | 2D | 31 | 24 | 1D | 28 |
| Octal | 203 | 153 | 110 | 0 | 22 | 55 | 61 | 44 | 35 | 50 |
| Binary | 10000011 | 1101011 | 1001000 | 0 | 10010 | 101101 | 110001 | 100100 | 11101 | 101000 |
Color Harmonies of #836B48
Complementary color
Monochromatic Colors of #836B48
Black with #836B48
Text Example
Text Example
White with #836B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836B48; }
p { color: rgb(131,107,72); }
H1.HeaderClassName
{
color: #836B48;
}
.AnyTagClassName
{
color: #836B48;
}
</style>
background-color css
<style>
a { background-color: #836B48; }
a { background-color: rgb(131,107,72); }
div.DivClassName
{
background-color: #836B48;
}
.BgClassName
{
background-color: #836B48;
}
</style>
border-color css
<style>
span { border-color: #836B48; }
span { border-color: rgb(131,107,72); }
td.TdClassName
{
border-color: #836B48;
}
.TagClassName
{
border-color: #836B48;
}
</style>