Shades of Cement #8A7059
Tints of Cement #8A7059
RGB
CMYK
RGB Variations
Color information
#8A7059 (or 0x8A7059) is known color: Cement. HEX triplet: 8A, 70 and 59. RGB value is (138,112,89). Sum of RGB (Red+Green+Blue) = 138+112+89=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 112 (44.14% from 255 or 33.04% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7059 is #758FA6. Grayscale: #757575. Windows color (decimal): -7704487 or 5861514. OLE color: 5861514.
HSL color Cylindrical-coordinate representation of color #8A7059: hue angle of 28.16º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A7059 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 89 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.46 |
| HSL | 28.16º | 0.22% | 0.45% | - |
| HSV(B) | 28.16º | 0.36% | 0.54% | - |
| XYZ | 18.08 | 17.71 | 11.92 | - |
| YUV | 117.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 89 | 0 | 0.19 | 0.36 | 0.46 | 28.16 | 0.22 | 0.45 |
| Hex | 8A | 70 | 59 | 0 | 13 | 24 | 2E | 1C | 16 | 2D |
| Octal | 212 | 160 | 131 | 0 | 23 | 44 | 56 | 34 | 26 | 55 |
| Binary | 10001010 | 1110000 | 1011001 | 0 | 10011 | 100100 | 101110 | 11100 | 10110 | 101101 |
Color Harmonies of #8A7059
Complementary color
Monochromatic Colors of #8A7059
Black with #8A7059
Text Example
Text Example
White with #8A7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7059; }
p { color: rgb(138,112,89); }
H1.HeaderClassName
{
color: #8A7059;
}
.AnyTagClassName
{
color: #8A7059;
}
</style>
background-color css
<style>
a { background-color: #8A7059; }
a { background-color: rgb(138,112,89); }
div.DivClassName
{
background-color: #8A7059;
}
.BgClassName
{
background-color: #8A7059;
}
</style>
border-color css
<style>
span { border-color: #8A7059; }
span { border-color: rgb(138,112,89); }
td.TdClassName
{
border-color: #8A7059;
}
.TagClassName
{
border-color: #8A7059;
}
</style>