Shades of Cement #8B7156
Tints of Cement #8B7156
RGB
CMYK
RGB Variations
Color information
#8B7156 (or 0x8B7156) is known color: Cement. HEX triplet: 8B, 71 and 56. RGB value is (139,113,86). Sum of RGB (Red+Green+Blue) = 139+113+86=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7156 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7156 is #748EA9. Grayscale: #757575. Windows color (decimal): -7638698 or 5665163. OLE color: 5665163.
HSL color Cylindrical-coordinate representation of color #8B7156: hue angle of 30.57º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B7156 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 86 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.45 |
| HSL | 30.57º | 0.24% | 0.44% | - |
| HSV(B) | 30.57º | 0.38% | 0.55% | - |
| XYZ | 18.23 | 17.97 | 11.31 | - |
| YUV | 117.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 86 | 0 | 0.19 | 0.38 | 0.45 | 30.57 | 0.24 | 0.44 |
| Hex | 8B | 71 | 56 | 0 | 13 | 26 | 2D | 1F | 18 | 2C |
| Octal | 213 | 161 | 126 | 0 | 23 | 46 | 55 | 37 | 30 | 54 |
| Binary | 10001011 | 1110001 | 1010110 | 0 | 10011 | 100110 | 101101 | 11111 | 11000 | 101100 |
Color Harmonies of #8B7156
Complementary color
Monochromatic Colors of #8B7156
Black with #8B7156
Text Example
Text Example
White with #8B7156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7156; }
p { color: rgb(139,113,86); }
H1.HeaderClassName
{
color: #8B7156;
}
.AnyTagClassName
{
color: #8B7156;
}
</style>
background-color css
<style>
a { background-color: #8B7156; }
a { background-color: rgb(139,113,86); }
div.DivClassName
{
background-color: #8B7156;
}
.BgClassName
{
background-color: #8B7156;
}
</style>
border-color css
<style>
span { border-color: #8B7156; }
span { border-color: rgb(139,113,86); }
td.TdClassName
{
border-color: #8B7156;
}
.TagClassName
{
border-color: #8B7156;
}
</style>