Shades of Cement #8B715A
Tints of Cement #8B715A
RGB
CMYK
RGB Variations
Color information
#8B715A (or 0x8B715A) is known color: Cement. HEX triplet: 8B, 71 and 5A. RGB value is (139,113,90). Sum of RGB (Red+Green+Blue) = 139+113+90=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B715A is #748EA5. Grayscale: #767676. Windows color (decimal): -7638694 or 5927307. OLE color: 5927307.
HSL color Cylindrical-coordinate representation of color #8B715A: hue angle of 28.16º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B715A is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 90 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.45 |
| HSL | 28.16º | 0.21% | 0.45% | - |
| HSV(B) | 28.16º | 0.35% | 0.55% | - |
| XYZ | 18.4 | 18.04 | 12.18 | - |
| YUV | 118.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 90 | 0 | 0.19 | 0.35 | 0.45 | 28.16 | 0.21 | 0.45 |
| Hex | 8B | 71 | 5A | 0 | 13 | 23 | 2D | 1C | 15 | 2D |
| Octal | 213 | 161 | 132 | 0 | 23 | 43 | 55 | 34 | 25 | 55 |
| Binary | 10001011 | 1110001 | 1011010 | 0 | 10011 | 100011 | 101101 | 11100 | 10101 | 101101 |
Color Harmonies of #8B715A
Complementary color
Monochromatic Colors of #8B715A
Black with #8B715A
Text Example
Text Example
White with #8B715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B715A; }
p { color: rgb(139,113,90); }
H1.HeaderClassName
{
color: #8B715A;
}
.AnyTagClassName
{
color: #8B715A;
}
</style>
background-color css
<style>
a { background-color: #8B715A; }
a { background-color: rgb(139,113,90); }
div.DivClassName
{
background-color: #8B715A;
}
.BgClassName
{
background-color: #8B715A;
}
</style>
border-color css
<style>
span { border-color: #8B715A; }
span { border-color: rgb(139,113,90); }
td.TdClassName
{
border-color: #8B715A;
}
.TagClassName
{
border-color: #8B715A;
}
</style>