Shades of Cement #897355
Tints of Cement #897355
RGB
CMYK
RGB Variations
Color information
#897355 (or 0x897355) is known color: Cement. HEX triplet: 89, 73 and 55. RGB value is (137,115,85). Sum of RGB (Red+Green+Blue) = 137+115+85=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #897355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897355 is #768CAA. Grayscale: #767676. Windows color (decimal): -7769259 or 5600137. OLE color: 5600137.
HSL color Cylindrical-coordinate representation of color #897355: hue angle of 34.62º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #897355 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 115 | 85 | - |
| CMYK | 0 | 0.16 | 0.38 | 0.46 |
| HSL | 34.62º | 0.23% | 0.44% | - |
| HSV(B) | 34.62º | 0.38% | 0.54% | - |
| XYZ | 18.09 | 18.24 | 11.16 | - |
| YUV | 118.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 85 | 0 | 0.16 | 0.38 | 0.46 | 34.62 | 0.23 | 0.44 |
| Hex | 89 | 73 | 55 | 0 | 10 | 26 | 2E | 23 | 17 | 2C |
| Octal | 211 | 163 | 125 | 0 | 20 | 46 | 56 | 43 | 27 | 54 |
| Binary | 10001001 | 1110011 | 1010101 | 0 | 10000 | 100110 | 101110 | 100011 | 10111 | 101100 |
Color Harmonies of #897355
Complementary color
Monochromatic Colors of #897355
Black with #897355
Text Example
Text Example
White with #897355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897355; }
p { color: rgb(137,115,85); }
H1.HeaderClassName
{
color: #897355;
}
.AnyTagClassName
{
color: #897355;
}
</style>
background-color css
<style>
a { background-color: #897355; }
a { background-color: rgb(137,115,85); }
div.DivClassName
{
background-color: #897355;
}
.BgClassName
{
background-color: #897355;
}
</style>
border-color css
<style>
span { border-color: #897355; }
span { border-color: rgb(137,115,85); }
td.TdClassName
{
border-color: #897355;
}
.TagClassName
{
border-color: #897355;
}
</style>