Shades of Cement #89745C
Tints of Cement #89745C
RGB
CMYK
RGB Variations
Color information
#89745C (or 0x89745C) is known color: Cement. HEX triplet: 89, 74 and 5C. RGB value is (137,116,92). Sum of RGB (Red+Green+Blue) = 137+116+92=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89745C is #768BA3. Grayscale: #777777. Windows color (decimal): -7768996 or 6059145. OLE color: 6059145.
HSL color Cylindrical-coordinate representation of color #89745C: hue angle of 32º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89745C is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 116 | 92 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.46 |
| HSL | 32º | 0.2% | 0.45% | - |
| HSV(B) | 32º | 0.33% | 0.54% | - |
| XYZ | 18.49 | 18.58 | 12.74 | - |
| YUV | 119.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 116 | 92 | 0 | 0.15 | 0.33 | 0.46 | 32 | 0.2 | 0.45 |
| Hex | 89 | 74 | 5C | 0 | F | 21 | 2E | 20 | 14 | 2D |
| Octal | 211 | 164 | 134 | 0 | 17 | 41 | 56 | 40 | 24 | 55 |
| Binary | 10001001 | 1110100 | 1011100 | 0 | 1111 | 100001 | 101110 | 100000 | 10100 | 101101 |
Color Harmonies of #89745C
Complementary color
Monochromatic Colors of #89745C
Black with #89745C
Text Example
Text Example
White with #89745C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89745C; }
p { color: rgb(137,116,92); }
H1.HeaderClassName
{
color: #89745C;
}
.AnyTagClassName
{
color: #89745C;
}
</style>
background-color css
<style>
a { background-color: #89745C; }
a { background-color: rgb(137,116,92); }
div.DivClassName
{
background-color: #89745C;
}
.BgClassName
{
background-color: #89745C;
}
</style>
border-color css
<style>
span { border-color: #89745C; }
span { border-color: rgb(137,116,92); }
td.TdClassName
{
border-color: #89745C;
}
.TagClassName
{
border-color: #89745C;
}
</style>