Shades of Cement #8C735B
Tints of Cement #8C735B
RGB
CMYK
RGB Variations
Color information
#8C735B (or 0x8C735B) is known color: Cement. HEX triplet: 8C, 73 and 5B. RGB value is (140,115,91). Sum of RGB (Red+Green+Blue) = 140+115+91=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C735B is #738CA4. Grayscale: #777777. Windows color (decimal): -7572645 or 5993356. OLE color: 5993356.
HSL color Cylindrical-coordinate representation of color #8C735B: hue angle of 29.39º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C735B is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 115 | 91 | - |
| CMYK | 0 | 0.18 | 0.35 | 0.45 |
| HSL | 29.39º | 0.21% | 0.45% | - |
| HSV(B) | 29.39º | 0.35% | 0.55% | - |
| XYZ | 18.83 | 18.59 | 12.49 | - |
| YUV | 119.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 115 | 91 | 0 | 0.18 | 0.35 | 0.45 | 29.39 | 0.21 | 0.45 |
| Hex | 8C | 73 | 5B | 0 | 12 | 23 | 2D | 1D | 15 | 2D |
| Octal | 214 | 163 | 133 | 0 | 22 | 43 | 55 | 35 | 25 | 55 |
| Binary | 10001100 | 1110011 | 1011011 | 0 | 10010 | 100011 | 101101 | 11101 | 10101 | 101101 |
Color Harmonies of #8C735B
Complementary color
Monochromatic Colors of #8C735B
Black with #8C735B
Text Example
Text Example
White with #8C735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C735B; }
p { color: rgb(140,115,91); }
H1.HeaderClassName
{
color: #8C735B;
}
.AnyTagClassName
{
color: #8C735B;
}
</style>
background-color css
<style>
a { background-color: #8C735B; }
a { background-color: rgb(140,115,91); }
div.DivClassName
{
background-color: #8C735B;
}
.BgClassName
{
background-color: #8C735B;
}
</style>
border-color css
<style>
span { border-color: #8C735B; }
span { border-color: rgb(140,115,91); }
td.TdClassName
{
border-color: #8C735B;
}
.TagClassName
{
border-color: #8C735B;
}
</style>