Shades of Cement #897255
Tints of Cement #897255
RGB
CMYK
RGB Variations
Color information
#897255 (or 0x897255) is known color: Cement. HEX triplet: 89, 72 and 55. RGB value is (137,114,85). Sum of RGB (Red+Green+Blue) = 137+114+85=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #897255 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897255 is #768DAA. Grayscale: #757575. Windows color (decimal): -7769515 or 5599881. OLE color: 5599881.
HSL color Cylindrical-coordinate representation of color #897255: hue angle of 33.46º 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 #897255 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 114 | 85 | - |
| CMYK | 0 | 0.17 | 0.38 | 0.46 |
| HSL | 33.46º | 0.23% | 0.44% | - |
| HSV(B) | 33.46º | 0.38% | 0.54% | - |
| XYZ | 17.97 | 18.01 | 11.12 | - |
| YUV | 117.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 114 | 85 | 0 | 0.17 | 0.38 | 0.46 | 33.46 | 0.23 | 0.44 |
| Hex | 89 | 72 | 55 | 0 | 11 | 26 | 2E | 21 | 17 | 2C |
| Octal | 211 | 162 | 125 | 0 | 21 | 46 | 56 | 41 | 27 | 54 |
| Binary | 10001001 | 1110010 | 1010101 | 0 | 10001 | 100110 | 101110 | 100001 | 10111 | 101100 |
Color Harmonies of #897255
Complementary color
Monochromatic Colors of #897255
Black with #897255
Text Example
Text Example
White with #897255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897255; }
p { color: rgb(137,114,85); }
H1.HeaderClassName
{
color: #897255;
}
.AnyTagClassName
{
color: #897255;
}
</style>
background-color css
<style>
a { background-color: #897255; }
a { background-color: rgb(137,114,85); }
div.DivClassName
{
background-color: #897255;
}
.BgClassName
{
background-color: #897255;
}
</style>
border-color css
<style>
span { border-color: #897255; }
span { border-color: rgb(137,114,85); }
td.TdClassName
{
border-color: #897255;
}
.TagClassName
{
border-color: #897255;
}
</style>