Shades of Cement #8B745B
Tints of Cement #8B745B
RGB
CMYK
RGB Variations
Color information
#8B745B (or 0x8B745B) is known color: Cement. HEX triplet: 8B, 74 and 5B. RGB value is (139,116,91). Sum of RGB (Red+Green+Blue) = 139+116+91=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B745B is #748BA4. Grayscale: #787878. Windows color (decimal): -7637925 or 5993611. OLE color: 5993611.
HSL color Cylindrical-coordinate representation of color #8B745B: hue angle of 31.25º 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 #8B745B is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 116 | 91 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.45 |
| HSL | 31.25º | 0.21% | 0.45% | - |
| HSV(B) | 31.25º | 0.35% | 0.55% | - |
| XYZ | 18.78 | 18.74 | 12.52 | - |
| YUV | 120.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 116 | 91 | 0 | 0.17 | 0.35 | 0.45 | 31.25 | 0.21 | 0.45 |
| Hex | 8B | 74 | 5B | 0 | 11 | 23 | 2D | 1F | 15 | 2D |
| Octal | 213 | 164 | 133 | 0 | 21 | 43 | 55 | 37 | 25 | 55 |
| Binary | 10001011 | 1110100 | 1011011 | 0 | 10001 | 100011 | 101101 | 11111 | 10101 | 101101 |
Color Harmonies of #8B745B
Complementary color
Monochromatic Colors of #8B745B
Black with #8B745B
Text Example
Text Example
White with #8B745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B745B; }
p { color: rgb(139,116,91); }
H1.HeaderClassName
{
color: #8B745B;
}
.AnyTagClassName
{
color: #8B745B;
}
</style>
background-color css
<style>
a { background-color: #8B745B; }
a { background-color: rgb(139,116,91); }
div.DivClassName
{
background-color: #8B745B;
}
.BgClassName
{
background-color: #8B745B;
}
</style>
border-color css
<style>
span { border-color: #8B745B; }
span { border-color: rgb(139,116,91); }
td.TdClassName
{
border-color: #8B745B;
}
.TagClassName
{
border-color: #8B745B;
}
</style>