Shades of Shadow #83704F
Tints of Shadow #83704F
RGB
CMYK
RGB Variations
Color information
#83704F (or 0x83704F) is known color: Shadow. HEX triplet: 83, 70 and 4F. RGB value is (131,112,79). Sum of RGB (Red+Green+Blue) = 131+112+79=322 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.68% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 131 - color contains mainly: red. Hex color #83704F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83704F is #7C8FB0. Grayscale: #727272. Windows color (decimal): -8163249 or 5206147. OLE color: 5206147.
HSL color Cylindrical-coordinate representation of color #83704F: hue angle of 38.08º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83704F is Cyan = 0, Magento = 0.15, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 112 | 79 | - |
| CMYK | 0 | 0.15 | 0.40 | 0.49 |
| HSL | 38.08º | 0.25% | 0.41% | - |
| HSV(B) | 38.08º | 0.4% | 0.51% | - |
| XYZ | 16.57 | 16.98 | 9.8 | - |
| YUV | 113.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 112 | 79 | 0 | 0.15 | 0.40 | 0.49 | 38.08 | 0.25 | 0.41 |
| Hex | 83 | 70 | 4F | 0 | F | 28 | 31 | 26 | 19 | 29 |
| Octal | 203 | 160 | 117 | 0 | 17 | 50 | 61 | 46 | 31 | 51 |
| Binary | 10000011 | 1110000 | 1001111 | 0 | 1111 | 101000 | 110001 | 100110 | 11001 | 101001 |
Color Harmonies of #83704F
Complementary color
Monochromatic Colors of #83704F
Black with #83704F
Text Example
Text Example
White with #83704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83704F; }
p { color: rgb(131,112,79); }
H1.HeaderClassName
{
color: #83704F;
}
.AnyTagClassName
{
color: #83704F;
}
</style>
background-color css
<style>
a { background-color: #83704F; }
a { background-color: rgb(131,112,79); }
div.DivClassName
{
background-color: #83704F;
}
.BgClassName
{
background-color: #83704F;
}
</style>
border-color css
<style>
span { border-color: #83704F; }
span { border-color: rgb(131,112,79); }
td.TdClassName
{
border-color: #83704F;
}
.TagClassName
{
border-color: #83704F;
}
</style>