Shades of Shadow #82754E
Tints of Shadow #82754E
RGB
CMYK
RGB Variations
Color information
#82754E (or 0x82754E) is known color: Shadow. HEX triplet: 82, 75 and 4E. RGB value is (130,117,78). Sum of RGB (Red+Green+Blue) = 130+117+78=325 (43% of max value = 765). Red value is 130 (51.17% from 255 or 40% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 130 - color contains mainly: red. Hex color #82754E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82754E is #7D8AB1. Grayscale: #747474. Windows color (decimal): -8227506 or 5141890. OLE color: 5141890.
HSL color Cylindrical-coordinate representation of color #82754E: hue angle of 45º 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 #82754E is Cyan = 0, Magento = 0.1, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 78 | - |
| CMYK | 0 | 0.1 | 0.40 | 0.49 |
| HSL | 45º | 0.25% | 0.41% | - |
| HSV(B) | 45º | 0.4% | 0.51% | - |
| XYZ | 16.94 | 18.02 | 9.79 | - |
| YUV | 116.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 78 | 0 | 0.1 | 0.40 | 0.49 | 45 | 0.25 | 0.41 |
| Hex | 82 | 75 | 4E | 0 | A | 28 | 31 | 2D | 19 | 29 |
| Octal | 202 | 165 | 116 | 0 | 12 | 50 | 61 | 55 | 31 | 51 |
| Binary | 10000010 | 1110101 | 1001110 | 0 | 1010 | 101000 | 110001 | 101101 | 11001 | 101001 |
Color Harmonies of #82754E
Complementary color
Monochromatic Colors of #82754E
Black with #82754E
Text Example
Text Example
White with #82754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82754E; }
p { color: rgb(130,117,78); }
H1.HeaderClassName
{
color: #82754E;
}
.AnyTagClassName
{
color: #82754E;
}
</style>
background-color css
<style>
a { background-color: #82754E; }
a { background-color: rgb(130,117,78); }
div.DivClassName
{
background-color: #82754E;
}
.BgClassName
{
background-color: #82754E;
}
</style>
border-color css
<style>
span { border-color: #82754E; }
span { border-color: rgb(130,117,78); }
td.TdClassName
{
border-color: #82754E;
}
.TagClassName
{
border-color: #82754E;
}
</style>