Shades of Cement #8A7050
Tints of Cement #8A7050
RGB
CMYK
RGB Variations
Color information
#8A7050 (or 0x8A7050) is known color: Cement. HEX triplet: 8A, 70 and 50. RGB value is (138,112,80). Sum of RGB (Red+Green+Blue) = 138+112+80=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7050 is #758FAF. Grayscale: #747474. Windows color (decimal): -7704496 or 5271690. OLE color: 5271690.
HSL color Cylindrical-coordinate representation of color #8A7050: hue angle of 33.1º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7050 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 80 | - |
| CMYK | 0 | 0.19 | 0.42 | 0.46 |
| HSL | 33.1º | 0.27% | 0.43% | - |
| HSV(B) | 33.1º | 0.42% | 0.54% | - |
| XYZ | 17.72 | 17.57 | 10.05 | - |
| YUV | 116.13 | 107.61 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 80 | 0 | 0.19 | 0.42 | 0.46 | 33.1 | 0.27 | 0.43 |
| Hex | 8A | 70 | 50 | 0 | 13 | 2A | 2E | 21 | 1B | 2B |
| Octal | 212 | 160 | 120 | 0 | 23 | 52 | 56 | 41 | 33 | 53 |
| Binary | 10001010 | 1110000 | 1010000 | 0 | 10011 | 101010 | 101110 | 100001 | 11011 | 101011 |
Color Harmonies of #8A7050
Complementary color
Monochromatic Colors of #8A7050
Black with #8A7050
Text Example
Text Example
White with #8A7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7050; }
p { color: rgb(138,112,80); }
H1.HeaderClassName
{
color: #8A7050;
}
.AnyTagClassName
{
color: #8A7050;
}
</style>
background-color css
<style>
a { background-color: #8A7050; }
a { background-color: rgb(138,112,80); }
div.DivClassName
{
background-color: #8A7050;
}
.BgClassName
{
background-color: #8A7050;
}
</style>
border-color css
<style>
span { border-color: #8A7050; }
span { border-color: rgb(138,112,80); }
td.TdClassName
{
border-color: #8A7050;
}
.TagClassName
{
border-color: #8A7050;
}
</style>