Shades of Cement #89755B
Tints of Cement #89755B
RGB
CMYK
RGB Variations
Color information
#89755B (or 0x89755B) is known color: Cement. HEX triplet: 89, 75 and 5B. RGB value is (137,117,91). Sum of RGB (Red+Green+Blue) = 137+117+91=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89755B is #768AA4. Grayscale: #787878. Windows color (decimal): -7768741 or 5993865. OLE color: 5993865.
HSL color Cylindrical-coordinate representation of color #89755B: hue angle of 33.91º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89755B is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 117 | 91 | - |
| CMYK | 0 | 0.15 | 0.34 | 0.46 |
| HSL | 33.91º | 0.2% | 0.45% | - |
| HSV(B) | 33.91º | 0.34% | 0.54% | - |
| XYZ | 18.57 | 18.8 | 12.55 | - |
| YUV | 120.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 91 | 0 | 0.15 | 0.34 | 0.46 | 33.91 | 0.2 | 0.45 |
| Hex | 89 | 75 | 5B | 0 | F | 22 | 2E | 22 | 14 | 2D |
| Octal | 211 | 165 | 133 | 0 | 17 | 42 | 56 | 42 | 24 | 55 |
| Binary | 10001001 | 1110101 | 1011011 | 0 | 1111 | 100010 | 101110 | 100010 | 10100 | 101101 |
Color Harmonies of #89755B
Complementary color
Monochromatic Colors of #89755B
Black with #89755B
Text Example
Text Example
White with #89755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89755B; }
p { color: rgb(137,117,91); }
H1.HeaderClassName
{
color: #89755B;
}
.AnyTagClassName
{
color: #89755B;
}
</style>
background-color css
<style>
a { background-color: #89755B; }
a { background-color: rgb(137,117,91); }
div.DivClassName
{
background-color: #89755B;
}
.BgClassName
{
background-color: #89755B;
}
</style>
border-color css
<style>
span { border-color: #89755B; }
span { border-color: rgb(137,117,91); }
td.TdClassName
{
border-color: #89755B;
}
.TagClassName
{
border-color: #89755B;
}
</style>