Shades of Shadow #8A7150
Tints of Shadow #8A7150
RGB
CMYK
RGB Variations
Color information
#8A7150 (or 0x8A7150) is known color: Shadow. HEX triplet: 8A, 71 and 50. RGB value is (138,113,80). Sum of RGB (Red+Green+Blue) = 138+113+80=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7150 is #758EAF. Grayscale: #747474. Windows color (decimal): -7704240 or 5271946. OLE color: 5271946.
HSL color Cylindrical-coordinate representation of color #8A7150: hue angle of 34.14º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7150 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 80 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.46 |
| HSL | 34.14º | 0.27% | 0.43% | - |
| HSV(B) | 34.14º | 0.42% | 0.54% | - |
| XYZ | 17.83 | 17.79 | 10.08 | - |
| YUV | 116.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 80 | 0 | 0.18 | 0.42 | 0.46 | 34.14 | 0.27 | 0.43 |
| Hex | 8A | 71 | 50 | 0 | 12 | 2A | 2E | 22 | 1B | 2B |
| Octal | 212 | 161 | 120 | 0 | 22 | 52 | 56 | 42 | 33 | 53 |
| Binary | 10001010 | 1110001 | 1010000 | 0 | 10010 | 101010 | 101110 | 100010 | 11011 | 101011 |
Color Harmonies of #8A7150
Complementary color
Monochromatic Colors of #8A7150
Black with #8A7150
Text Example
Text Example
White with #8A7150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7150; }
p { color: rgb(138,113,80); }
H1.HeaderClassName
{
color: #8A7150;
}
.AnyTagClassName
{
color: #8A7150;
}
</style>
background-color css
<style>
a { background-color: #8A7150; }
a { background-color: rgb(138,113,80); }
div.DivClassName
{
background-color: #8A7150;
}
.BgClassName
{
background-color: #8A7150;
}
</style>
border-color css
<style>
span { border-color: #8A7150; }
span { border-color: rgb(138,113,80); }
td.TdClassName
{
border-color: #8A7150;
}
.TagClassName
{
border-color: #8A7150;
}
</style>