Shades of Shadow #82734A
Tints of Shadow #82734A
RGB
CMYK
RGB Variations
Color information
#82734A (or 0x82734A) is known color: Shadow. HEX triplet: 82, 73 and 4A. RGB value is (130,115,74). Sum of RGB (Red+Green+Blue) = 130+115+74=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 74 (29.30% from 255 or 23.20% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #82734A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #82734A is #7D8CB5. Grayscale: #727272. Windows color (decimal): -8228022 or 4879234. OLE color: 4879234.
HSL color Cylindrical-coordinate representation of color #82734A: hue angle of 43.93º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #82734A is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 74 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.49 |
| HSL | 43.93º | 0.27% | 0.4% | - |
| HSV(B) | 43.93º | 0.43% | 0.51% | - |
| XYZ | 16.57 | 17.5 | 8.98 | - |
| YUV | 114.81 | 104.97 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 74 | 0 | 0.12 | 0.43 | 0.49 | 43.93 | 0.27 | 0.4 |
| Hex | 82 | 73 | 4A | 0 | C | 2B | 31 | 2C | 1B | 28 |
| Octal | 202 | 163 | 112 | 0 | 14 | 53 | 61 | 54 | 33 | 50 |
| Binary | 10000010 | 1110011 | 1001010 | 0 | 1100 | 101011 | 110001 | 101100 | 11011 | 101000 |
Color Harmonies of #82734A
Complementary color
Monochromatic Colors of #82734A
Black with #82734A
Text Example
Text Example
White with #82734A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82734A; }
p { color: rgb(130,115,74); }
H1.HeaderClassName
{
color: #82734A;
}
.AnyTagClassName
{
color: #82734A;
}
</style>
background-color css
<style>
a { background-color: #82734A; }
a { background-color: rgb(130,115,74); }
div.DivClassName
{
background-color: #82734A;
}
.BgClassName
{
background-color: #82734A;
}
</style>
border-color css
<style>
span { border-color: #82734A; }
span { border-color: rgb(130,115,74); }
td.TdClassName
{
border-color: #82734A;
}
.TagClassName
{
border-color: #82734A;
}
</style>