Shades of Cement #8B7253
Tints of Cement #8B7253
RGB
CMYK
RGB Variations
Color information
#8B7253 (or 0x8B7253) is known color: Cement. HEX triplet: 8B, 72 and 53. RGB value is (139,114,83). Sum of RGB (Red+Green+Blue) = 139+114+83=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7253 is #748DAC. Grayscale: #767676. Windows color (decimal): -7638445 or 5468811. OLE color: 5468811.
HSL color Cylindrical-coordinate representation of color #8B7253: hue angle of 33.21º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B7253 is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 114 | 83 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.45 |
| HSL | 33.21º | 0.25% | 0.44% | - |
| HSV(B) | 33.21º | 0.4% | 0.55% | - |
| XYZ | 18.23 | 18.15 | 10.73 | - |
| YUV | 117.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 114 | 83 | 0 | 0.18 | 0.40 | 0.45 | 33.21 | 0.25 | 0.44 |
| Hex | 8B | 72 | 53 | 0 | 12 | 28 | 2D | 21 | 19 | 2C |
| Octal | 213 | 162 | 123 | 0 | 22 | 50 | 55 | 41 | 31 | 54 |
| Binary | 10001011 | 1110010 | 1010011 | 0 | 10010 | 101000 | 101101 | 100001 | 11001 | 101100 |
Color Harmonies of #8B7253
Complementary color
Monochromatic Colors of #8B7253
Black with #8B7253
Text Example
Text Example
White with #8B7253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7253; }
p { color: rgb(139,114,83); }
H1.HeaderClassName
{
color: #8B7253;
}
.AnyTagClassName
{
color: #8B7253;
}
</style>
background-color css
<style>
a { background-color: #8B7253; }
a { background-color: rgb(139,114,83); }
div.DivClassName
{
background-color: #8B7253;
}
.BgClassName
{
background-color: #8B7253;
}
</style>
border-color css
<style>
span { border-color: #8B7253; }
span { border-color: rgb(139,114,83); }
td.TdClassName
{
border-color: #8B7253;
}
.TagClassName
{
border-color: #8B7253;
}
</style>