Shades of Cement #8B7352
Tints of Cement #8B7352
RGB
CMYK
RGB Variations
Color information
#8B7352 (or 0x8B7352) is known color: Cement. HEX triplet: 8B, 73 and 52. RGB value is (139,115,82). Sum of RGB (Red+Green+Blue) = 139+115+82=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7352 is #748CAD. Grayscale: #767676. Windows color (decimal): -7638190 or 5403531. OLE color: 5403531.
HSL color Cylindrical-coordinate representation of color #8B7352: hue angle of 34.74º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B7352 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 82 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.45 |
| HSL | 34.74º | 0.26% | 0.43% | - |
| HSV(B) | 34.74º | 0.41% | 0.55% | - |
| XYZ | 18.3 | 18.36 | 10.56 | - |
| YUV | 118.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 82 | 0 | 0.17 | 0.41 | 0.45 | 34.74 | 0.26 | 0.43 |
| Hex | 8B | 73 | 52 | 0 | 11 | 29 | 2D | 23 | 1A | 2B |
| Octal | 213 | 163 | 122 | 0 | 21 | 51 | 55 | 43 | 32 | 53 |
| Binary | 10001011 | 1110011 | 1010010 | 0 | 10001 | 101001 | 101101 | 100011 | 11010 | 101011 |
Color Harmonies of #8B7352
Complementary color
Monochromatic Colors of #8B7352
Black with #8B7352
Text Example
Text Example
White with #8B7352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7352; }
p { color: rgb(139,115,82); }
H1.HeaderClassName
{
color: #8B7352;
}
.AnyTagClassName
{
color: #8B7352;
}
</style>
background-color css
<style>
a { background-color: #8B7352; }
a { background-color: rgb(139,115,82); }
div.DivClassName
{
background-color: #8B7352;
}
.BgClassName
{
background-color: #8B7352;
}
</style>
border-color css
<style>
span { border-color: #8B7352; }
span { border-color: rgb(139,115,82); }
td.TdClassName
{
border-color: #8B7352;
}
.TagClassName
{
border-color: #8B7352;
}
</style>