Shades of Cement #88735B
Tints of Cement #88735B
RGB
CMYK
RGB Variations
Color information
#88735B (or 0x88735B) is known color: Cement. HEX triplet: 88, 73 and 5B. RGB value is (136,115,91). Sum of RGB (Red+Green+Blue) = 136+115+91=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88735B is #778CA4. Grayscale: #767676. Windows color (decimal): -7834789 or 5993352. OLE color: 5993352.
HSL color Cylindrical-coordinate representation of color #88735B: hue angle of 32º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88735B is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 91 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.47 |
| HSL | 32º | 0.2% | 0.45% | - |
| HSV(B) | 32º | 0.33% | 0.53% | - |
| XYZ | 18.17 | 18.25 | 12.46 | - |
| YUV | 118.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 91 | 0 | 0.15 | 0.33 | 0.47 | 32 | 0.2 | 0.45 |
| Hex | 88 | 73 | 5B | 0 | F | 21 | 2F | 20 | 14 | 2D |
| Octal | 210 | 163 | 133 | 0 | 17 | 41 | 57 | 40 | 24 | 55 |
| Binary | 10001000 | 1110011 | 1011011 | 0 | 1111 | 100001 | 101111 | 100000 | 10100 | 101101 |
Color Harmonies of #88735B
Complementary color
Monochromatic Colors of #88735B
Black with #88735B
Text Example
Text Example
White with #88735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88735B; }
p { color: rgb(136,115,91); }
H1.HeaderClassName
{
color: #88735B;
}
.AnyTagClassName
{
color: #88735B;
}
</style>
background-color css
<style>
a { background-color: #88735B; }
a { background-color: rgb(136,115,91); }
div.DivClassName
{
background-color: #88735B;
}
.BgClassName
{
background-color: #88735B;
}
</style>
border-color css
<style>
span { border-color: #88735B; }
span { border-color: rgb(136,115,91); }
td.TdClassName
{
border-color: #88735B;
}
.TagClassName
{
border-color: #88735B;
}
</style>