Shades of Cement #8E7451
Tints of Cement #8E7451
RGB
CMYK
RGB Variations
Color information
#8E7451 (or 0x8E7451) is known color: Cement. HEX triplet: 8E, 74 and 51. RGB value is (142,116,81). Sum of RGB (Red+Green+Blue) = 142+116+81=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7451 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7451 is #718BAE. Grayscale: #777777. Windows color (decimal): -7441327 or 5338254. OLE color: 5338254.
HSL color Cylindrical-coordinate representation of color #8E7451: hue angle of 34.43º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E7451 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 116 | 81 | - |
| CMYK | 0 | 0.18 | 0.43 | 0.44 |
| HSL | 34.43º | 0.27% | 0.44% | - |
| HSV(B) | 34.43º | 0.43% | 0.56% | - |
| XYZ | 18.89 | 18.84 | 10.42 | - |
| YUV | 119.78 | 106.11 | 143.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 116 | 81 | 0 | 0.18 | 0.43 | 0.44 | 34.43 | 0.27 | 0.44 |
| Hex | 8E | 74 | 51 | 0 | 12 | 2B | 2C | 22 | 1B | 2C |
| Octal | 216 | 164 | 121 | 0 | 22 | 53 | 54 | 42 | 33 | 54 |
| Binary | 10001110 | 1110100 | 1010001 | 0 | 10010 | 101011 | 101100 | 100010 | 11011 | 101100 |
Color Harmonies of #8E7451
Complementary color
Monochromatic Colors of #8E7451
Black with #8E7451
Text Example
Text Example
White with #8E7451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7451; }
p { color: rgb(142,116,81); }
H1.HeaderClassName
{
color: #8E7451;
}
.AnyTagClassName
{
color: #8E7451;
}
</style>
background-color css
<style>
a { background-color: #8E7451; }
a { background-color: rgb(142,116,81); }
div.DivClassName
{
background-color: #8E7451;
}
.BgClassName
{
background-color: #8E7451;
}
</style>
border-color css
<style>
span { border-color: #8E7451; }
span { border-color: rgb(142,116,81); }
td.TdClassName
{
border-color: #8E7451;
}
.TagClassName
{
border-color: #8E7451;
}
</style>