Shades of Cement #897152
Tints of Cement #897152
RGB
CMYK
RGB Variations
Color information
#897152 (or 0x897152) is known color: Cement. HEX triplet: 89, 71 and 52. RGB value is (137,113,82). Sum of RGB (Red+Green+Blue) = 137+113+82=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #897152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897152 is #768EAD. Grayscale: #747474. Windows color (decimal): -7769774 or 5403017. OLE color: 5403017.
HSL color Cylindrical-coordinate representation of color #897152: hue angle of 33.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #897152 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 113 | 82 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.46 |
| HSL | 33.82º | 0.25% | 0.43% | - |
| HSV(B) | 33.82º | 0.4% | 0.54% | - |
| XYZ | 17.74 | 17.74 | 10.47 | - |
| YUV | 116.64 | 108.45 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 82 | 0 | 0.18 | 0.40 | 0.46 | 33.82 | 0.25 | 0.43 |
| Hex | 89 | 71 | 52 | 0 | 12 | 28 | 2E | 22 | 19 | 2B |
| Octal | 211 | 161 | 122 | 0 | 22 | 50 | 56 | 42 | 31 | 53 |
| Binary | 10001001 | 1110001 | 1010010 | 0 | 10010 | 101000 | 101110 | 100010 | 11001 | 101011 |
Color Harmonies of #897152
Complementary color
Monochromatic Colors of #897152
Black with #897152
Text Example
Text Example
White with #897152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897152; }
p { color: rgb(137,113,82); }
H1.HeaderClassName
{
color: #897152;
}
.AnyTagClassName
{
color: #897152;
}
</style>
background-color css
<style>
a { background-color: #897152; }
a { background-color: rgb(137,113,82); }
div.DivClassName
{
background-color: #897152;
}
.BgClassName
{
background-color: #897152;
}
</style>
border-color css
<style>
span { border-color: #897152; }
span { border-color: rgb(137,113,82); }
td.TdClassName
{
border-color: #897152;
}
.TagClassName
{
border-color: #897152;
}
</style>