Shades of Cement #8D7154
Tints of Cement #8D7154
RGB
CMYK
RGB Variations
Color information
#8D7154 (or 0x8D7154) is known color: Cement. HEX triplet: 8D, 71 and 54. RGB value is (141,113,84). Sum of RGB (Red+Green+Blue) = 141+113+84=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7154 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7154 is #728EAB. Grayscale: #767676. Windows color (decimal): -7507628 or 5534093. OLE color: 5534093.
HSL color Cylindrical-coordinate representation of color #8D7154: hue angle of 30.53º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D7154 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 113 | 84 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.45 |
| HSL | 30.53º | 0.25% | 0.44% | - |
| HSV(B) | 30.53º | 0.4% | 0.55% | - |
| XYZ | 18.49 | 18.11 | 10.91 | - |
| YUV | 118.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 84 | 0 | 0.20 | 0.40 | 0.45 | 30.53 | 0.25 | 0.44 |
| Hex | 8D | 71 | 54 | 0 | 14 | 28 | 2D | 1F | 19 | 2C |
| Octal | 215 | 161 | 124 | 0 | 24 | 50 | 55 | 37 | 31 | 54 |
| Binary | 10001101 | 1110001 | 1010100 | 0 | 10100 | 101000 | 101101 | 11111 | 11001 | 101100 |
Color Harmonies of #8D7154
Complementary color
Monochromatic Colors of #8D7154
Black with #8D7154
Text Example
Text Example
White with #8D7154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7154; }
p { color: rgb(141,113,84); }
H1.HeaderClassName
{
color: #8D7154;
}
.AnyTagClassName
{
color: #8D7154;
}
</style>
background-color css
<style>
a { background-color: #8D7154; }
a { background-color: rgb(141,113,84); }
div.DivClassName
{
background-color: #8D7154;
}
.BgClassName
{
background-color: #8D7154;
}
</style>
border-color css
<style>
span { border-color: #8D7154; }
span { border-color: rgb(141,113,84); }
td.TdClassName
{
border-color: #8D7154;
}
.TagClassName
{
border-color: #8D7154;
}
</style>