Shades of Cement #8B7559
Tints of Cement #8B7559
RGB
CMYK
RGB Variations
Color information
#8B7559 (or 0x8B7559) is known color: Cement. HEX triplet: 8B, 75 and 59. RGB value is (139,117,89). Sum of RGB (Red+Green+Blue) = 139+117+89=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 89 (35.16% from 255 or 25.80% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7559 is #748AA6. Grayscale: #787878. Windows color (decimal): -7637671 or 5862795. OLE color: 5862795.
HSL color Cylindrical-coordinate representation of color #8B7559: hue angle of 33.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8B7559 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 117 | 89 | - |
| CMYK | 0 | 0.16 | 0.36 | 0.45 |
| HSL | 33.6º | 0.22% | 0.45% | - |
| HSV(B) | 33.6º | 0.36% | 0.55% | - |
| XYZ | 18.81 | 18.93 | 12.11 | - |
| YUV | 120.39 | 110.29 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 117 | 89 | 0 | 0.16 | 0.36 | 0.45 | 33.6 | 0.22 | 0.45 |
| Hex | 8B | 75 | 59 | 0 | 10 | 24 | 2D | 22 | 16 | 2D |
| Octal | 213 | 165 | 131 | 0 | 20 | 44 | 55 | 42 | 26 | 55 |
| Binary | 10001011 | 1110101 | 1011001 | 0 | 10000 | 100100 | 101101 | 100010 | 10110 | 101101 |
Color Harmonies of #8B7559
Complementary color
Monochromatic Colors of #8B7559
Black with #8B7559
Text Example
Text Example
White with #8B7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7559; }
p { color: rgb(139,117,89); }
H1.HeaderClassName
{
color: #8B7559;
}
.AnyTagClassName
{
color: #8B7559;
}
</style>
background-color css
<style>
a { background-color: #8B7559; }
a { background-color: rgb(139,117,89); }
div.DivClassName
{
background-color: #8B7559;
}
.BgClassName
{
background-color: #8B7559;
}
</style>
border-color css
<style>
span { border-color: #8B7559; }
span { border-color: rgb(139,117,89); }
td.TdClassName
{
border-color: #8B7559;
}
.TagClassName
{
border-color: #8B7559;
}
</style>