Shades of Cement #8D7553
Tints of Cement #8D7553
RGB
CMYK
RGB Variations
Color information
#8D7553 (or 0x8D7553) is known color: Cement. HEX triplet: 8D, 75 and 53. RGB value is (141,117,83). Sum of RGB (Red+Green+Blue) = 141+117+83=341 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.35% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D7553 is #728AAC. Grayscale: #787878. Windows color (decimal): -7506605 or 5469581. OLE color: 5469581.
HSL color Cylindrical-coordinate representation of color #8D7553: hue angle of 35.17º 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 #8D7553 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 117 | 83 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.45 |
| HSL | 35.17º | 0.26% | 0.44% | - |
| HSV(B) | 35.17º | 0.41% | 0.55% | - |
| XYZ | 18.91 | 19.01 | 10.86 | - |
| YUV | 120.3 | 106.95 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 117 | 83 | 0 | 0.17 | 0.41 | 0.45 | 35.17 | 0.26 | 0.44 |
| Hex | 8D | 75 | 53 | 0 | 11 | 29 | 2D | 23 | 1A | 2C |
| Octal | 215 | 165 | 123 | 0 | 21 | 51 | 55 | 43 | 32 | 54 |
| Binary | 10001101 | 1110101 | 1010011 | 0 | 10001 | 101001 | 101101 | 100011 | 11010 | 101100 |
Color Harmonies of #8D7553
Complementary color
Monochromatic Colors of #8D7553
Black with #8D7553
Text Example
Text Example
White with #8D7553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D7553; }
p { color: rgb(141,117,83); }
H1.HeaderClassName
{
color: #8D7553;
}
.AnyTagClassName
{
color: #8D7553;
}
</style>
background-color css
<style>
a { background-color: #8D7553; }
a { background-color: rgb(141,117,83); }
div.DivClassName
{
background-color: #8D7553;
}
.BgClassName
{
background-color: #8D7553;
}
</style>
border-color css
<style>
span { border-color: #8D7553; }
span { border-color: rgb(141,117,83); }
td.TdClassName
{
border-color: #8D7553;
}
.TagClassName
{
border-color: #8D7553;
}
</style>