Shades of Shadow #8A7248
Tints of Shadow #8A7248
RGB
CMYK
RGB Variations
Color information
#8A7248 (or 0x8A7248) is known color: Shadow. HEX triplet: 8A, 72 and 48. RGB value is (138,114,72). Sum of RGB (Red+Green+Blue) = 138+114+72=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 114 (44.92% from 255 or 35.19% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7248 is #758DB7. Grayscale: #747474. Windows color (decimal): -7703992 or 4747914. OLE color: 4747914.
HSL color Cylindrical-coordinate representation of color #8A7248: hue angle of 38.18º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A7248 is Cyan = 0, Magento = 0.17, Yellow = 0.48 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 72 | - |
| CMYK | 0 | 0.17 | 0.48 | 0.46 |
| HSL | 38.18º | 0.31% | 0.41% | - |
| HSV(B) | 38.18º | 0.48% | 0.54% | - |
| XYZ | 17.67 | 17.91 | 8.66 | - |
| YUV | 116.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 72 | 0 | 0.17 | 0.48 | 0.46 | 38.18 | 0.31 | 0.41 |
| Hex | 8A | 72 | 48 | 0 | 11 | 30 | 2E | 26 | 1F | 29 |
| Octal | 212 | 162 | 110 | 0 | 21 | 60 | 56 | 46 | 37 | 51 |
| Binary | 10001010 | 1110010 | 1001000 | 0 | 10001 | 110000 | 101110 | 100110 | 11111 | 101001 |
Color Harmonies of #8A7248
Complementary color
Monochromatic Colors of #8A7248
Black with #8A7248
Text Example
Text Example
White with #8A7248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7248; }
p { color: rgb(138,114,72); }
H1.HeaderClassName
{
color: #8A7248;
}
.AnyTagClassName
{
color: #8A7248;
}
</style>
background-color css
<style>
a { background-color: #8A7248; }
a { background-color: rgb(138,114,72); }
div.DivClassName
{
background-color: #8A7248;
}
.BgClassName
{
background-color: #8A7248;
}
</style>
border-color css
<style>
span { border-color: #8A7248; }
span { border-color: rgb(138,114,72); }
td.TdClassName
{
border-color: #8A7248;
}
.TagClassName
{
border-color: #8A7248;
}
</style>