Shades of Cement #8C7152
Tints of Cement #8C7152
RGB
CMYK
RGB Variations
Color information
#8C7152 (or 0x8C7152) is known color: Cement. HEX triplet: 8C, 71 and 52. RGB value is (140,113,82). Sum of RGB (Red+Green+Blue) = 140+113+82=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C7152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C7152 is #738EAD. Grayscale: #757575. Windows color (decimal): -7573166 or 5403020. OLE color: 5403020.
HSL color Cylindrical-coordinate representation of color #8C7152: hue angle of 32.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C7152 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 113 | 82 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.45 |
| HSL | 32.07º | 0.26% | 0.44% | - |
| HSV(B) | 32.07º | 0.41% | 0.55% | - |
| XYZ | 18.24 | 17.99 | 10.49 | - |
| YUV | 117.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 113 | 82 | 0 | 0.19 | 0.41 | 0.45 | 32.07 | 0.26 | 0.44 |
| Hex | 8C | 71 | 52 | 0 | 13 | 29 | 2D | 20 | 1A | 2C |
| Octal | 214 | 161 | 122 | 0 | 23 | 51 | 55 | 40 | 32 | 54 |
| Binary | 10001100 | 1110001 | 1010010 | 0 | 10011 | 101001 | 101101 | 100000 | 11010 | 101100 |
Color Harmonies of #8C7152
Complementary color
Monochromatic Colors of #8C7152
Black with #8C7152
Text Example
Text Example
White with #8C7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C7152; }
p { color: rgb(140,113,82); }
H1.HeaderClassName
{
color: #8C7152;
}
.AnyTagClassName
{
color: #8C7152;
}
</style>
background-color css
<style>
a { background-color: #8C7152; }
a { background-color: rgb(140,113,82); }
div.DivClassName
{
background-color: #8C7152;
}
.BgClassName
{
background-color: #8C7152;
}
</style>
border-color css
<style>
span { border-color: #8C7152; }
span { border-color: rgb(140,113,82); }
td.TdClassName
{
border-color: #8C7152;
}
.TagClassName
{
border-color: #8C7152;
}
</style>