Shades of Shadow #836D4B
Tints of Shadow #836D4B
RGB
CMYK
RGB Variations
Color information
#836D4B (or 0x836D4B) is known color: Shadow. HEX triplet: 83, 6D and 4B. RGB value is (131,109,75). Sum of RGB (Red+Green+Blue) = 131+109+75=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #836D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836D4B is #7C92B4. Grayscale: #6F6F6F. Windows color (decimal): -8164021 or 4943235. OLE color: 4943235.
HSL color Cylindrical-coordinate representation of color #836D4B: hue angle of 36.43º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #836D4B is Cyan = 0, Magento = 0.17, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 109 | 75 | - |
| CMYK | 0 | 0.17 | 0.43 | 0.49 |
| HSL | 36.43º | 0.27% | 0.4% | - |
| HSV(B) | 36.43º | 0.43% | 0.51% | - |
| XYZ | 16.1 | 16.27 | 8.95 | - |
| YUV | 111.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 75 | 0 | 0.17 | 0.43 | 0.49 | 36.43 | 0.27 | 0.4 |
| Hex | 83 | 6D | 4B | 0 | 11 | 2B | 31 | 24 | 1B | 28 |
| Octal | 203 | 155 | 113 | 0 | 21 | 53 | 61 | 44 | 33 | 50 |
| Binary | 10000011 | 1101101 | 1001011 | 0 | 10001 | 101011 | 110001 | 100100 | 11011 | 101000 |
Color Harmonies of #836D4B
Complementary color
Monochromatic Colors of #836D4B
Black with #836D4B
Text Example
Text Example
White with #836D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836D4B; }
p { color: rgb(131,109,75); }
H1.HeaderClassName
{
color: #836D4B;
}
.AnyTagClassName
{
color: #836D4B;
}
</style>
background-color css
<style>
a { background-color: #836D4B; }
a { background-color: rgb(131,109,75); }
div.DivClassName
{
background-color: #836D4B;
}
.BgClassName
{
background-color: #836D4B;
}
</style>
border-color css
<style>
span { border-color: #836D4B; }
span { border-color: rgb(131,109,75); }
td.TdClassName
{
border-color: #836D4B;
}
.TagClassName
{
border-color: #836D4B;
}
</style>