Shades of Cement #8B7152
Tints of Cement #8B7152
RGB
CMYK
RGB Variations
Color information
#8B7152 (or 0x8B7152) is known color: Cement. HEX triplet: 8B, 71 and 52. RGB value is (139,113,82). Sum of RGB (Red+Green+Blue) = 139+113+82=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7152 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7152 is #748EAD. Grayscale: #757575. Windows color (decimal): -7638702 or 5403019. OLE color: 5403019.
HSL color Cylindrical-coordinate representation of color #8B7152: hue angle of 32.63º 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 #8B7152 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 82 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.45 |
| HSL | 32.63º | 0.26% | 0.43% | - |
| HSV(B) | 32.63º | 0.41% | 0.55% | - |
| XYZ | 18.08 | 17.91 | 10.49 | - |
| YUV | 117.24 | 108.11 | 143.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 82 | 0 | 0.19 | 0.41 | 0.45 | 32.63 | 0.26 | 0.43 |
| Hex | 8B | 71 | 52 | 0 | 13 | 29 | 2D | 21 | 1A | 2B |
| Octal | 213 | 161 | 122 | 0 | 23 | 51 | 55 | 41 | 32 | 53 |
| Binary | 10001011 | 1110001 | 1010010 | 0 | 10011 | 101001 | 101101 | 100001 | 11010 | 101011 |
Color Harmonies of #8B7152
Complementary color
Monochromatic Colors of #8B7152
Black with #8B7152
Text Example
Text Example
White with #8B7152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7152; }
p { color: rgb(139,113,82); }
H1.HeaderClassName
{
color: #8B7152;
}
.AnyTagClassName
{
color: #8B7152;
}
</style>
background-color css
<style>
a { background-color: #8B7152; }
a { background-color: rgb(139,113,82); }
div.DivClassName
{
background-color: #8B7152;
}
.BgClassName
{
background-color: #8B7152;
}
</style>
border-color css
<style>
span { border-color: #8B7152; }
span { border-color: rgb(139,113,82); }
td.TdClassName
{
border-color: #8B7152;
}
.TagClassName
{
border-color: #8B7152;
}
</style>