Shades of Cement #8E7357
Tints of Cement #8E7357
RGB
CMYK
RGB Variations
Color information
#8E7357 (or 0x8E7357) is known color: Cement. HEX triplet: 8E, 73 and 57. RGB value is (142,115,87). Sum of RGB (Red+Green+Blue) = 142+115+87=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7357 is #718CA8. Grayscale: #787878. Windows color (decimal): -7441577 or 5731214. OLE color: 5731214.
HSL color Cylindrical-coordinate representation of color #8E7357: hue angle of 30.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E7357 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 87 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.44 |
| HSL | 30.55º | 0.24% | 0.45% | - |
| HSV(B) | 30.55º | 0.39% | 0.56% | - |
| XYZ | 19.01 | 18.7 | 11.62 | - |
| YUV | 119.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 87 | 0 | 0.19 | 0.39 | 0.44 | 30.55 | 0.24 | 0.45 |
| Hex | 8E | 73 | 57 | 0 | 13 | 27 | 2C | 1F | 18 | 2D |
| Octal | 216 | 163 | 127 | 0 | 23 | 47 | 54 | 37 | 30 | 55 |
| Binary | 10001110 | 1110011 | 1010111 | 0 | 10011 | 100111 | 101100 | 11111 | 11000 | 101101 |
Color Harmonies of #8E7357
Complementary color
Monochromatic Colors of #8E7357
Black with #8E7357
Text Example
Text Example
White with #8E7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7357; }
p { color: rgb(142,115,87); }
H1.HeaderClassName
{
color: #8E7357;
}
.AnyTagClassName
{
color: #8E7357;
}
</style>
background-color css
<style>
a { background-color: #8E7357; }
a { background-color: rgb(142,115,87); }
div.DivClassName
{
background-color: #8E7357;
}
.BgClassName
{
background-color: #8E7357;
}
</style>
border-color css
<style>
span { border-color: #8E7357; }
span { border-color: rgb(142,115,87); }
td.TdClassName
{
border-color: #8E7357;
}
.TagClassName
{
border-color: #8E7357;
}
</style>