Shades of Shadow #83734D
Tints of Shadow #83734D
RGB
CMYK
RGB Variations
Color information
#83734D (or 0x83734D) is known color: Shadow. HEX triplet: 83, 73 and 4D. RGB value is (131,115,77). Sum of RGB (Red+Green+Blue) = 131+115+77=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 77 (30.47% from 255 or 23.84% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #83734D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83734D is #7C8CB2. Grayscale: #737373. Windows color (decimal): -8162483 or 5075843. OLE color: 5075843.
HSL color Cylindrical-coordinate representation of color #83734D: hue angle of 42.22º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #83734D is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 77 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.49 |
| HSL | 42.22º | 0.26% | 0.41% | - |
| HSV(B) | 42.22º | 0.41% | 0.51% | - |
| XYZ | 16.83 | 17.62 | 9.54 | - |
| YUV | 115.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 77 | 0 | 0.12 | 0.41 | 0.49 | 42.22 | 0.26 | 0.41 |
| Hex | 83 | 73 | 4D | 0 | C | 29 | 31 | 2A | 1A | 29 |
| Octal | 203 | 163 | 115 | 0 | 14 | 51 | 61 | 52 | 32 | 51 |
| Binary | 10000011 | 1110011 | 1001101 | 0 | 1100 | 101001 | 110001 | 101010 | 11010 | 101001 |
Color Harmonies of #83734D
Complementary color
Monochromatic Colors of #83734D
Black with #83734D
Text Example
Text Example
White with #83734D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83734D; }
p { color: rgb(131,115,77); }
H1.HeaderClassName
{
color: #83734D;
}
.AnyTagClassName
{
color: #83734D;
}
</style>
background-color css
<style>
a { background-color: #83734D; }
a { background-color: rgb(131,115,77); }
div.DivClassName
{
background-color: #83734D;
}
.BgClassName
{
background-color: #83734D;
}
</style>
border-color css
<style>
span { border-color: #83734D; }
span { border-color: rgb(131,115,77); }
td.TdClassName
{
border-color: #83734D;
}
.TagClassName
{
border-color: #83734D;
}
</style>