Shades of Shadow #8A704B
Tints of Shadow #8A704B
RGB
CMYK
RGB Variations
Color information
#8A704B (or 0x8A704B) is known color: Shadow. HEX triplet: 8A, 70 and 4B. RGB value is (138,112,75). Sum of RGB (Red+Green+Blue) = 138+112+75=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A704B is #758FB4. Grayscale: #737373. Windows color (decimal): -7704501 or 4944010. OLE color: 4944010.
HSL color Cylindrical-coordinate representation of color #8A704B: hue angle of 35.24º 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 #8A704B is Cyan = 0, Magento = 0.19, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 75 | - |
| CMYK | 0 | 0.19 | 0.46 | 0.46 |
| HSL | 35.24º | 0.3% | 0.42% | - |
| HSV(B) | 35.24º | 0.46% | 0.54% | - |
| XYZ | 17.55 | 17.5 | 9.11 | - |
| YUV | 115.56 | 105.11 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 75 | 0 | 0.19 | 0.46 | 0.46 | 35.24 | 0.3 | 0.42 |
| Hex | 8A | 70 | 4B | 0 | 13 | 2E | 2E | 23 | 1E | 2A |
| Octal | 212 | 160 | 113 | 0 | 23 | 56 | 56 | 43 | 36 | 52 |
| Binary | 10001010 | 1110000 | 1001011 | 0 | 10011 | 101110 | 101110 | 100011 | 11110 | 101010 |
Color Harmonies of #8A704B
Complementary color
Monochromatic Colors of #8A704B
Black with #8A704B
Text Example
Text Example
White with #8A704B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A704B; }
p { color: rgb(138,112,75); }
H1.HeaderClassName
{
color: #8A704B;
}
.AnyTagClassName
{
color: #8A704B;
}
</style>
background-color css
<style>
a { background-color: #8A704B; }
a { background-color: rgb(138,112,75); }
div.DivClassName
{
background-color: #8A704B;
}
.BgClassName
{
background-color: #8A704B;
}
</style>
border-color css
<style>
span { border-color: #8A704B; }
span { border-color: rgb(138,112,75); }
td.TdClassName
{
border-color: #8A704B;
}
.TagClassName
{
border-color: #8A704B;
}
</style>