Shades of Cement #89735D
Tints of Cement #89735D
RGB
CMYK
RGB Variations
Color information
#89735D (or 0x89735D) is known color: Cement. HEX triplet: 89, 73 and 5D. RGB value is (137,115,93). Sum of RGB (Red+Green+Blue) = 137+115+93=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 93 (36.72% from 255 or 26.96% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #89735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89735D is #768CA2. Grayscale: #777777. Windows color (decimal): -7769251 or 6124425. OLE color: 6124425.
HSL color Cylindrical-coordinate representation of color #89735D: hue angle of 30º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89735D is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 115 | 93 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.46 |
| HSL | 30º | 0.19% | 0.45% | - |
| HSV(B) | 30º | 0.32% | 0.54% | - |
| XYZ | 18.42 | 18.37 | 12.93 | - |
| YUV | 119.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 93 | 0 | 0.16 | 0.32 | 0.46 | 30 | 0.19 | 0.45 |
| Hex | 89 | 73 | 5D | 0 | 10 | 20 | 2E | 1E | 13 | 2D |
| Octal | 211 | 163 | 135 | 0 | 20 | 40 | 56 | 36 | 23 | 55 |
| Binary | 10001001 | 1110011 | 1011101 | 0 | 10000 | 100000 | 101110 | 11110 | 10011 | 101101 |
Color Harmonies of #89735D
Complementary color
Monochromatic Colors of #89735D
Black with #89735D
Text Example
Text Example
White with #89735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89735D; }
p { color: rgb(137,115,93); }
H1.HeaderClassName
{
color: #89735D;
}
.AnyTagClassName
{
color: #89735D;
}
</style>
background-color css
<style>
a { background-color: #89735D; }
a { background-color: rgb(137,115,93); }
div.DivClassName
{
background-color: #89735D;
}
.BgClassName
{
background-color: #89735D;
}
</style>
border-color css
<style>
span { border-color: #89735D; }
span { border-color: rgb(137,115,93); }
td.TdClassName
{
border-color: #89735D;
}
.TagClassName
{
border-color: #89735D;
}
</style>