Shades of Shadow #8A7452
Tints of Shadow #8A7452
RGB
CMYK
RGB Variations
Color information
#8A7452 (or 0x8A7452) is known color: Shadow. HEX triplet: 8A, 74 and 52. RGB value is (138,116,82). Sum of RGB (Red+Green+Blue) = 138+116+82=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 116 (45.70% from 255 or 34.52% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7452 is #758BAD. Grayscale: #767676. Windows color (decimal): -7703470 or 5403786. OLE color: 5403786.
HSL color Cylindrical-coordinate representation of color #8A7452: hue angle of 36.43º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7452 is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 116 | 82 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.46 |
| HSL | 36.43º | 0.25% | 0.43% | - |
| HSV(B) | 36.43º | 0.41% | 0.54% | - |
| XYZ | 18.25 | 18.5 | 10.59 | - |
| YUV | 118.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 116 | 82 | 0 | 0.16 | 0.41 | 0.46 | 36.43 | 0.25 | 0.43 |
| Hex | 8A | 74 | 52 | 0 | 10 | 29 | 2E | 24 | 19 | 2B |
| Octal | 212 | 164 | 122 | 0 | 20 | 51 | 56 | 44 | 31 | 53 |
| Binary | 10001010 | 1110100 | 1010010 | 0 | 10000 | 101001 | 101110 | 100100 | 11001 | 101011 |
Color Harmonies of #8A7452
Complementary color
Monochromatic Colors of #8A7452
Black with #8A7452
Text Example
Text Example
White with #8A7452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7452; }
p { color: rgb(138,116,82); }
H1.HeaderClassName
{
color: #8A7452;
}
.AnyTagClassName
{
color: #8A7452;
}
</style>
background-color css
<style>
a { background-color: #8A7452; }
a { background-color: rgb(138,116,82); }
div.DivClassName
{
background-color: #8A7452;
}
.BgClassName
{
background-color: #8A7452;
}
</style>
border-color css
<style>
span { border-color: #8A7452; }
span { border-color: rgb(138,116,82); }
td.TdClassName
{
border-color: #8A7452;
}
.TagClassName
{
border-color: #8A7452;
}
</style>