Shades of Shadow #8A714B
Tints of Shadow #8A714B
RGB
CMYK
RGB Variations
Color information
#8A714B (or 0x8A714B) is known color: Shadow. HEX triplet: 8A, 71 and 4B. RGB value is (138,113,75). Sum of RGB (Red+Green+Blue) = 138+113+75=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 113 (44.53% from 255 or 34.66% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A714B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A714B is #758EB4. Grayscale: #747474. Windows color (decimal): -7704245 or 4944266. OLE color: 4944266.
HSL color Cylindrical-coordinate representation of color #8A714B: hue angle of 36.19º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A714B is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 113 | 75 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.46 |
| HSL | 36.19º | 0.3% | 0.42% | - |
| HSV(B) | 36.19º | 0.46% | 0.54% | - |
| XYZ | 17.66 | 17.72 | 9.15 | - |
| YUV | 116.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 113 | 75 | 0 | 0.18 | 0.46 | 0.46 | 36.19 | 0.3 | 0.42 |
| Hex | 8A | 71 | 4B | 0 | 12 | 2E | 2E | 24 | 1E | 2A |
| Octal | 212 | 161 | 113 | 0 | 22 | 56 | 56 | 44 | 36 | 52 |
| Binary | 10001010 | 1110001 | 1001011 | 0 | 10010 | 101110 | 101110 | 100100 | 11110 | 101010 |
Color Harmonies of #8A714B
Complementary color
Monochromatic Colors of #8A714B
Black with #8A714B
Text Example
Text Example
White with #8A714B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A714B; }
p { color: rgb(138,113,75); }
H1.HeaderClassName
{
color: #8A714B;
}
.AnyTagClassName
{
color: #8A714B;
}
</style>
background-color css
<style>
a { background-color: #8A714B; }
a { background-color: rgb(138,113,75); }
div.DivClassName
{
background-color: #8A714B;
}
.BgClassName
{
background-color: #8A714B;
}
</style>
border-color css
<style>
span { border-color: #8A714B; }
span { border-color: rgb(138,113,75); }
td.TdClassName
{
border-color: #8A714B;
}
.TagClassName
{
border-color: #8A714B;
}
</style>