Shades of Cement #8B7256
Tints of Cement #8B7256
RGB
CMYK
RGB Variations
Color information
#8B7256 (or 0x8B7256) is known color: Cement. HEX triplet: 8B, 72 and 56. RGB value is (139,114,86). Sum of RGB (Red+Green+Blue) = 139+114+86=339 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.00% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 86 (33.98% from 255 or 25.37% from 339); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7256 is #748DA9. Grayscale: #767676. Windows color (decimal): -7638442 or 5665419. OLE color: 5665419.
HSL color Cylindrical-coordinate representation of color #8B7256: hue angle of 31.7º 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 #8B7256 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 86 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.45 |
| HSL | 31.7º | 0.24% | 0.44% | - |
| HSV(B) | 31.7º | 0.38% | 0.55% | - |
| XYZ | 18.34 | 18.2 | 11.35 | - |
| YUV | 118.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 86 | 0 | 0.18 | 0.38 | 0.45 | 31.7 | 0.24 | 0.44 |
| Hex | 8B | 72 | 56 | 0 | 12 | 26 | 2D | 20 | 18 | 2C |
| Octal | 213 | 162 | 126 | 0 | 22 | 46 | 55 | 40 | 30 | 54 |
| Binary | 10001011 | 1110010 | 1010110 | 0 | 10010 | 100110 | 101101 | 100000 | 11000 | 101100 |
Color Harmonies of #8B7256
Complementary color
Monochromatic Colors of #8B7256
Black with #8B7256
Text Example
Text Example
White with #8B7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7256; }
p { color: rgb(139,114,86); }
H1.HeaderClassName
{
color: #8B7256;
}
.AnyTagClassName
{
color: #8B7256;
}
</style>
background-color css
<style>
a { background-color: #8B7256; }
a { background-color: rgb(139,114,86); }
div.DivClassName
{
background-color: #8B7256;
}
.BgClassName
{
background-color: #8B7256;
}
</style>
border-color css
<style>
span { border-color: #8B7256; }
span { border-color: rgb(139,114,86); }
td.TdClassName
{
border-color: #8B7256;
}
.TagClassName
{
border-color: #8B7256;
}
</style>