Shades of Cement #887355
Tints of Cement #887355
RGB
CMYK
RGB Variations
Color information
#887355 (or 0x887355) is known color: Cement. HEX triplet: 88, 73 and 55. RGB value is (136,115,85). Sum of RGB (Red+Green+Blue) = 136+115+85=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #887355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #887355 is #778CAA. Grayscale: #757575. Windows color (decimal): -7834795 or 5600136. OLE color: 5600136.
HSL color Cylindrical-coordinate representation of color #887355: hue angle of 35.29º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887355 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 115 | 85 | - |
| CMYK | 0 | 0.15 | 0.38 | 0.47 |
| HSL | 35.29º | 0.23% | 0.43% | - |
| HSV(B) | 35.29º | 0.38% | 0.53% | - |
| XYZ | 17.92 | 18.15 | 11.15 | - |
| YUV | 117.86 | 109.46 | 140.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 115 | 85 | 0 | 0.15 | 0.38 | 0.47 | 35.29 | 0.23 | 0.43 |
| Hex | 88 | 73 | 55 | 0 | F | 26 | 2F | 23 | 17 | 2B |
| Octal | 210 | 163 | 125 | 0 | 17 | 46 | 57 | 43 | 27 | 53 |
| Binary | 10001000 | 1110011 | 1010101 | 0 | 1111 | 100110 | 101111 | 100011 | 10111 | 101011 |
Color Harmonies of #887355
Complementary color
Monochromatic Colors of #887355
Black with #887355
Text Example
Text Example
White with #887355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #887355; }
p { color: rgb(136,115,85); }
H1.HeaderClassName
{
color: #887355;
}
.AnyTagClassName
{
color: #887355;
}
</style>
background-color css
<style>
a { background-color: #887355; }
a { background-color: rgb(136,115,85); }
div.DivClassName
{
background-color: #887355;
}
.BgClassName
{
background-color: #887355;
}
</style>
border-color css
<style>
span { border-color: #887355; }
span { border-color: rgb(136,115,85); }
td.TdClassName
{
border-color: #887355;
}
.TagClassName
{
border-color: #887355;
}
</style>