Shades of Cement #8D7056
Tints of Cement #8D7056
RGB
CMYK
RGB Variations
Color information
#8D7056 (or 0x8D7056) is known color: Cement. HEX triplet: 8D, 70 and 56. RGB value is (141,112,86). Sum of RGB (Red+Green+Blue) = 141+112+86=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7056 is #728FA9. Grayscale: #757575. Windows color (decimal): -7507882 or 5664909. OLE color: 5664909.
HSL color Cylindrical-coordinate representation of color #8D7056: hue angle of 28.36º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D7056 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 112 | 86 | - |
| CMYK | 0 | 0.21 | 0.39 | 0.45 |
| HSL | 28.36º | 0.24% | 0.45% | - |
| HSV(B) | 28.36º | 0.39% | 0.55% | - |
| XYZ | 18.46 | 17.92 | 11.29 | - |
| YUV | 117.71 | 110.11 | 144.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 112 | 86 | 0 | 0.21 | 0.39 | 0.45 | 28.36 | 0.24 | 0.45 |
| Hex | 8D | 70 | 56 | 0 | 15 | 27 | 2D | 1C | 18 | 2D |
| Octal | 215 | 160 | 126 | 0 | 25 | 47 | 55 | 34 | 30 | 55 |
| Binary | 10001101 | 1110000 | 1010110 | 0 | 10101 | 100111 | 101101 | 11100 | 11000 | 101101 |
Color Harmonies of #8D7056
Complementary color
Monochromatic Colors of #8D7056
Black with #8D7056
Text Example
Text Example
White with #8D7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7056; }
p { color: rgb(141,112,86); }
H1.HeaderClassName
{
color: #8D7056;
}
.AnyTagClassName
{
color: #8D7056;
}
</style>
background-color css
<style>
a { background-color: #8D7056; }
a { background-color: rgb(141,112,86); }
div.DivClassName
{
background-color: #8D7056;
}
.BgClassName
{
background-color: #8D7056;
}
</style>
border-color css
<style>
span { border-color: #8D7056; }
span { border-color: rgb(141,112,86); }
td.TdClassName
{
border-color: #8D7056;
}
.TagClassName
{
border-color: #8D7056;
}
</style>