Shades of Cement #8D735A
Tints of Cement #8D735A
RGB
CMYK
RGB Variations
Color information
#8D735A (or 0x8D735A) is known color: Cement. HEX triplet: 8D, 73 and 5A. RGB value is (141,115,90). Sum of RGB (Red+Green+Blue) = 141+115+90=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 90 (35.55% from 255 or 26.01% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D735A is #728CA5. Grayscale: #787878. Windows color (decimal): -7507110 or 5927821. OLE color: 5927821.
HSL color Cylindrical-coordinate representation of color #8D735A: hue angle of 29.41º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D735A is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 115 | 90 | - |
| CMYK | 0 | 0.18 | 0.36 | 0.45 |
| HSL | 29.41º | 0.22% | 0.45% | - |
| HSV(B) | 29.41º | 0.36% | 0.55% | - |
| XYZ | 18.96 | 18.66 | 12.28 | - |
| YUV | 119.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 115 | 90 | 0 | 0.18 | 0.36 | 0.45 | 29.41 | 0.22 | 0.45 |
| Hex | 8D | 73 | 5A | 0 | 12 | 24 | 2D | 1D | 16 | 2D |
| Octal | 215 | 163 | 132 | 0 | 22 | 44 | 55 | 35 | 26 | 55 |
| Binary | 10001101 | 1110011 | 1011010 | 0 | 10010 | 100100 | 101101 | 11101 | 10110 | 101101 |
Color Harmonies of #8D735A
Complementary color
Monochromatic Colors of #8D735A
Black with #8D735A
Text Example
Text Example
White with #8D735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D735A; }
p { color: rgb(141,115,90); }
H1.HeaderClassName
{
color: #8D735A;
}
.AnyTagClassName
{
color: #8D735A;
}
</style>
background-color css
<style>
a { background-color: #8D735A; }
a { background-color: rgb(141,115,90); }
div.DivClassName
{
background-color: #8D735A;
}
.BgClassName
{
background-color: #8D735A;
}
</style>
border-color css
<style>
span { border-color: #8D735A; }
span { border-color: rgb(141,115,90); }
td.TdClassName
{
border-color: #8D735A;
}
.TagClassName
{
border-color: #8D735A;
}
</style>