Shades of Shadow #82744E
Tints of Shadow #82744E
RGB
CMYK
RGB Variations
Color information
#82744E (or 0x82744E) is known color: Shadow. HEX triplet: 82, 74 and 4E. RGB value is (130,116,78). Sum of RGB (Red+Green+Blue) = 130+116+78=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 78 (30.86% from 255 or 24.07% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #82744E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82744E is #7D8BB1. Grayscale: #747474. Windows color (decimal): -8227762 or 5141634. OLE color: 5141634.
HSL color Cylindrical-coordinate representation of color #82744E: hue angle of 43.85º 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 #82744E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 116 | 78 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.49 |
| HSL | 43.85º | 0.25% | 0.41% | - |
| HSV(B) | 43.85º | 0.4% | 0.51% | - |
| XYZ | 16.83 | 17.79 | 9.75 | - |
| YUV | 115.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 116 | 78 | 0 | 0.11 | 0.40 | 0.49 | 43.85 | 0.25 | 0.41 |
| Hex | 82 | 74 | 4E | 0 | B | 28 | 31 | 2C | 19 | 29 |
| Octal | 202 | 164 | 116 | 0 | 13 | 50 | 61 | 54 | 31 | 51 |
| Binary | 10000010 | 1110100 | 1001110 | 0 | 1011 | 101000 | 110001 | 101100 | 11001 | 101001 |
Color Harmonies of #82744E
Complementary color
Monochromatic Colors of #82744E
Black with #82744E
Text Example
Text Example
White with #82744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82744E; }
p { color: rgb(130,116,78); }
H1.HeaderClassName
{
color: #82744E;
}
.AnyTagClassName
{
color: #82744E;
}
</style>
background-color css
<style>
a { background-color: #82744E; }
a { background-color: rgb(130,116,78); }
div.DivClassName
{
background-color: #82744E;
}
.BgClassName
{
background-color: #82744E;
}
</style>
border-color css
<style>
span { border-color: #82744E; }
span { border-color: rgb(130,116,78); }
td.TdClassName
{
border-color: #82744E;
}
.TagClassName
{
border-color: #82744E;
}
</style>