Shades of Shadow #83744F
Tints of Shadow #83744F
RGB
CMYK
RGB Variations
Color information
#83744F (or 0x83744F) is known color: Shadow. HEX triplet: 83, 74 and 4F. RGB value is (131,116,79). Sum of RGB (Red+Green+Blue) = 131+116+79=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83744F is #7C8BB0. Grayscale: #747474. Windows color (decimal): -8162225 or 5207171. OLE color: 5207171.
HSL color Cylindrical-coordinate representation of color #83744F: hue angle of 42.69º 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 #83744F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 79 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.49 |
| HSL | 42.69º | 0.25% | 0.41% | - |
| HSV(B) | 42.69º | 0.4% | 0.51% | - |
| XYZ | 17.02 | 17.88 | 9.95 | - |
| YUV | 116.27 | 106.97 | 138.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 79 | 0 | 0.11 | 0.40 | 0.49 | 42.69 | 0.25 | 0.41 |
| Hex | 83 | 74 | 4F | 0 | B | 28 | 31 | 2B | 19 | 29 |
| Octal | 203 | 164 | 117 | 0 | 13 | 50 | 61 | 53 | 31 | 51 |
| Binary | 10000011 | 1110100 | 1001111 | 0 | 1011 | 101000 | 110001 | 101011 | 11001 | 101001 |
Color Harmonies of #83744F
Complementary color
Monochromatic Colors of #83744F
Black with #83744F
Text Example
Text Example
White with #83744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83744F; }
p { color: rgb(131,116,79); }
H1.HeaderClassName
{
color: #83744F;
}
.AnyTagClassName
{
color: #83744F;
}
</style>
background-color css
<style>
a { background-color: #83744F; }
a { background-color: rgb(131,116,79); }
div.DivClassName
{
background-color: #83744F;
}
.BgClassName
{
background-color: #83744F;
}
</style>
border-color css
<style>
span { border-color: #83744F; }
span { border-color: rgb(131,116,79); }
td.TdClassName
{
border-color: #83744F;
}
.TagClassName
{
border-color: #83744F;
}
</style>