Shades of Shadow #83724A
Tints of Shadow #83724A
RGB
CMYK
RGB Variations
Color information
#83724A (or 0x83724A) is known color: Shadow. HEX triplet: 83, 72 and 4A. RGB value is (131,114,74). Sum of RGB (Red+Green+Blue) = 131+114+74=319 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.07% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 131 - color contains mainly: red. Hex color #83724A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83724A is #7C8DB5. Grayscale: #727272. Windows color (decimal): -8162742 or 4878979. OLE color: 4878979.
HSL color Cylindrical-coordinate representation of color #83724A: hue angle of 42.11º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83724A is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 114 | 74 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.49 |
| HSL | 42.11º | 0.28% | 0.4% | - |
| HSV(B) | 42.11º | 0.44% | 0.51% | - |
| XYZ | 16.61 | 17.35 | 8.95 | - |
| YUV | 114.52 | 105.13 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 114 | 74 | 0 | 0.13 | 0.44 | 0.49 | 42.11 | 0.28 | 0.4 |
| Hex | 83 | 72 | 4A | 0 | D | 2C | 31 | 2A | 1C | 28 |
| Octal | 203 | 162 | 112 | 0 | 15 | 54 | 61 | 52 | 34 | 50 |
| Binary | 10000011 | 1110010 | 1001010 | 0 | 1101 | 101100 | 110001 | 101010 | 11100 | 101000 |
Color Harmonies of #83724A
Complementary color
Monochromatic Colors of #83724A
Black with #83724A
Text Example
Text Example
White with #83724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83724A; }
p { color: rgb(131,114,74); }
H1.HeaderClassName
{
color: #83724A;
}
.AnyTagClassName
{
color: #83724A;
}
</style>
background-color css
<style>
a { background-color: #83724A; }
a { background-color: rgb(131,114,74); }
div.DivClassName
{
background-color: #83724A;
}
.BgClassName
{
background-color: #83724A;
}
</style>
border-color css
<style>
span { border-color: #83724A; }
span { border-color: rgb(131,114,74); }
td.TdClassName
{
border-color: #83724A;
}
.TagClassName
{
border-color: #83724A;
}
</style>