Shades of Cement #8D7456
Tints of Cement #8D7456
RGB
CMYK
RGB Variations
Color information
#8D7456 (or 0x8D7456) is known color: Cement. HEX triplet: 8D, 74 and 56. RGB value is (141,116,86). Sum of RGB (Red+Green+Blue) = 141+116+86=343 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.11% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 86 (33.98% from 255 or 25.07% from 343); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7456 is #728BA9. Grayscale: #787878. Windows color (decimal): -7506858 or 5665933. OLE color: 5665933.
HSL color Cylindrical-coordinate representation of color #8D7456: hue angle of 32.73º 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 #8D7456 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 116 | 86 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.45 |
| HSL | 32.73º | 0.24% | 0.45% | - |
| HSV(B) | 32.73º | 0.39% | 0.55% | - |
| XYZ | 18.91 | 18.83 | 11.44 | - |
| YUV | 120.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 116 | 86 | 0 | 0.18 | 0.39 | 0.45 | 32.73 | 0.24 | 0.45 |
| Hex | 8D | 74 | 56 | 0 | 12 | 27 | 2D | 21 | 18 | 2D |
| Octal | 215 | 164 | 126 | 0 | 22 | 47 | 55 | 41 | 30 | 55 |
| Binary | 10001101 | 1110100 | 1010110 | 0 | 10010 | 100111 | 101101 | 100001 | 11000 | 101101 |
Color Harmonies of #8D7456
Complementary color
Monochromatic Colors of #8D7456
Black with #8D7456
Text Example
Text Example
White with #8D7456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7456; }
p { color: rgb(141,116,86); }
H1.HeaderClassName
{
color: #8D7456;
}
.AnyTagClassName
{
color: #8D7456;
}
</style>
background-color css
<style>
a { background-color: #8D7456; }
a { background-color: rgb(141,116,86); }
div.DivClassName
{
background-color: #8D7456;
}
.BgClassName
{
background-color: #8D7456;
}
</style>
border-color css
<style>
span { border-color: #8D7456; }
span { border-color: rgb(141,116,86); }
td.TdClassName
{
border-color: #8D7456;
}
.TagClassName
{
border-color: #8D7456;
}
</style>