Shades of Shadow #82754F
Tints of Shadow #82754F
RGB
CMYK
RGB Variations
Color information
#82754F (or 0x82754F) is known color: Shadow. HEX triplet: 82, 75 and 4F. RGB value is (130,117,79). Sum of RGB (Red+Green+Blue) = 130+117+79=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #82754F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82754F is #7D8AB0. Grayscale: #747474. Windows color (decimal): -8227505 or 5207426. OLE color: 5207426.
HSL color Cylindrical-coordinate representation of color #82754F: hue angle of 44.71º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #82754F is Cyan = 0, Magento = 0.1, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 79 | - |
| CMYK | 0 | 0.1 | 0.39 | 0.49 |
| HSL | 44.71º | 0.24% | 0.41% | - |
| HSV(B) | 44.71º | 0.39% | 0.51% | - |
| XYZ | 16.98 | 18.03 | 9.98 | - |
| YUV | 116.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 79 | 0 | 0.1 | 0.39 | 0.49 | 44.71 | 0.24 | 0.41 |
| Hex | 82 | 75 | 4F | 0 | A | 27 | 31 | 2D | 18 | 29 |
| Octal | 202 | 165 | 117 | 0 | 12 | 47 | 61 | 55 | 30 | 51 |
| Binary | 10000010 | 1110101 | 1001111 | 0 | 1010 | 100111 | 110001 | 101101 | 11000 | 101001 |
Color Harmonies of #82754F
Complementary color
Monochromatic Colors of #82754F
Black with #82754F
Text Example
Text Example
White with #82754F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82754F; }
p { color: rgb(130,117,79); }
H1.HeaderClassName
{
color: #82754F;
}
.AnyTagClassName
{
color: #82754F;
}
</style>
background-color css
<style>
a { background-color: #82754F; }
a { background-color: rgb(130,117,79); }
div.DivClassName
{
background-color: #82754F;
}
.BgClassName
{
background-color: #82754F;
}
</style>
border-color css
<style>
span { border-color: #82754F; }
span { border-color: rgb(130,117,79); }
td.TdClassName
{
border-color: #82754F;
}
.TagClassName
{
border-color: #82754F;
}
</style>