Shades of Shadow #8A703F
Tints of Shadow #8A703F
RGB
CMYK
RGB Variations
Color information
#8A703F (or 0x8A703F) is known color: Shadow. HEX triplet: 8A, 70 and 3F. RGB value is (138,112,63). Sum of RGB (Red+Green+Blue) = 138+112+63=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A703F is #758FC0. Grayscale: #727272. Windows color (decimal): -7704513 or 4157578. OLE color: 4157578.
HSL color Cylindrical-coordinate representation of color #8A703F: hue angle of 39.2º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A703F is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 63 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.46 |
| HSL | 39.2º | 0.37% | 0.39% | - |
| HSV(B) | 39.2º | 0.54% | 0.54% | - |
| XYZ | 17.17 | 17.35 | 7.15 | - |
| YUV | 114.19 | 99.11 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 63 | 0 | 0.19 | 0.54 | 0.46 | 39.2 | 0.37 | 0.39 |
| Hex | 8A | 70 | 3F | 0 | 13 | 36 | 2E | 27 | 25 | 27 |
| Octal | 212 | 160 | 77 | 0 | 23 | 66 | 56 | 47 | 45 | 47 |
| Binary | 10001010 | 1110000 | 111111 | 0 | 10011 | 110110 | 101110 | 100111 | 100101 | 100111 |
Color Harmonies of #8A703F
Complementary color
Monochromatic Colors of #8A703F
Black with #8A703F
Text Example
Text Example
White with #8A703F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A703F; }
p { color: rgb(138,112,63); }
H1.HeaderClassName
{
color: #8A703F;
}
.AnyTagClassName
{
color: #8A703F;
}
</style>
background-color css
<style>
a { background-color: #8A703F; }
a { background-color: rgb(138,112,63); }
div.DivClassName
{
background-color: #8A703F;
}
.BgClassName
{
background-color: #8A703F;
}
</style>
border-color css
<style>
span { border-color: #8A703F; }
span { border-color: rgb(138,112,63); }
td.TdClassName
{
border-color: #8A703F;
}
.TagClassName
{
border-color: #8A703F;
}
</style>