Shades of Cement #8B7159
Tints of Cement #8B7159
RGB
CMYK
RGB Variations
Color information
#8B7159 (or 0x8B7159) is known color: Cement. HEX triplet: 8B, 71 and 59. RGB value is (139,113,89). Sum of RGB (Red+Green+Blue) = 139+113+89=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7159 is #748EA6. Grayscale: #767676. Windows color (decimal): -7638695 or 5861771. OLE color: 5861771.
HSL color Cylindrical-coordinate representation of color #8B7159: hue angle of 28.8º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7159 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 89 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.45 |
| HSL | 28.8º | 0.22% | 0.45% | - |
| HSV(B) | 28.8º | 0.36% | 0.55% | - |
| XYZ | 18.36 | 18.02 | 11.96 | - |
| YUV | 118.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 89 | 0 | 0.19 | 0.36 | 0.45 | 28.8 | 0.22 | 0.45 |
| Hex | 8B | 71 | 59 | 0 | 13 | 24 | 2D | 1D | 16 | 2D |
| Octal | 213 | 161 | 131 | 0 | 23 | 44 | 55 | 35 | 26 | 55 |
| Binary | 10001011 | 1110001 | 1011001 | 0 | 10011 | 100100 | 101101 | 11101 | 10110 | 101101 |
Color Harmonies of #8B7159
Complementary color
Monochromatic Colors of #8B7159
Black with #8B7159
Text Example
Text Example
White with #8B7159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7159; }
p { color: rgb(139,113,89); }
H1.HeaderClassName
{
color: #8B7159;
}
.AnyTagClassName
{
color: #8B7159;
}
</style>
background-color css
<style>
a { background-color: #8B7159; }
a { background-color: rgb(139,113,89); }
div.DivClassName
{
background-color: #8B7159;
}
.BgClassName
{
background-color: #8B7159;
}
</style>
border-color css
<style>
span { border-color: #8B7159; }
span { border-color: rgb(139,113,89); }
td.TdClassName
{
border-color: #8B7159;
}
.TagClassName
{
border-color: #8B7159;
}
</style>