Shades of Shadow #8F744B
Tints of Shadow #8F744B
RGB
CMYK
RGB Variations
Color information
#8F744B (or 0x8F744B) is known color: Shadow. HEX triplet: 8F, 74 and 4B. RGB value is (143,116,75). Sum of RGB (Red+Green+Blue) = 143+116+75=334 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.81% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 143 - color contains mainly: red. Hex color #8F744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F744B is #708BB4. Grayscale: #777777. Windows color (decimal): -7375797 or 4945039. OLE color: 4945039.
HSL color Cylindrical-coordinate representation of color #8F744B: hue angle of 36.18º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F744B is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 116 | 75 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.44 |
| HSL | 36.18º | 0.31% | 0.43% | - |
| HSV(B) | 36.18º | 0.48% | 0.56% | - |
| XYZ | 18.84 | 18.84 | 9.3 | - |
| YUV | 119.4 | 102.95 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 116 | 75 | 0 | 0.19 | 0.48 | 0.44 | 36.18 | 0.31 | 0.43 |
| Hex | 8F | 74 | 4B | 0 | 13 | 30 | 2C | 24 | 1F | 2B |
| Octal | 217 | 164 | 113 | 0 | 23 | 60 | 54 | 44 | 37 | 53 |
| Binary | 10001111 | 1110100 | 1001011 | 0 | 10011 | 110000 | 101100 | 100100 | 11111 | 101011 |
Color Harmonies of #8F744B
Complementary color
Monochromatic Colors of #8F744B
Black with #8F744B
Text Example
Text Example
White with #8F744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F744B; }
p { color: rgb(143,116,75); }
H1.HeaderClassName
{
color: #8F744B;
}
.AnyTagClassName
{
color: #8F744B;
}
</style>
background-color css
<style>
a { background-color: #8F744B; }
a { background-color: rgb(143,116,75); }
div.DivClassName
{
background-color: #8F744B;
}
.BgClassName
{
background-color: #8F744B;
}
</style>
border-color css
<style>
span { border-color: #8F744B; }
span { border-color: rgb(143,116,75); }
td.TdClassName
{
border-color: #8F744B;
}
.TagClassName
{
border-color: #8F744B;
}
</style>