Shades of Cement #8A7053
Tints of Cement #8A7053
RGB
CMYK
RGB Variations
Color information
#8A7053 (or 0x8A7053) is known color: Cement. HEX triplet: 8A, 70 and 53. RGB value is (138,112,83). Sum of RGB (Red+Green+Blue) = 138+112+83=333 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.44% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7053 is #758FAC. Grayscale: #747474. Windows color (decimal): -7704493 or 5468298. OLE color: 5468298.
HSL color Cylindrical-coordinate representation of color #8A7053: hue angle of 31.64º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8A7053 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 112 | 83 | - |
| CMYK | 0 | 0.19 | 0.40 | 0.46 |
| HSL | 31.64º | 0.25% | 0.43% | - |
| HSV(B) | 31.64º | 0.4% | 0.54% | - |
| XYZ | 17.84 | 17.62 | 10.64 | - |
| YUV | 116.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 83 | 0 | 0.19 | 0.40 | 0.46 | 31.64 | 0.25 | 0.43 |
| Hex | 8A | 70 | 53 | 0 | 13 | 28 | 2E | 20 | 19 | 2B |
| Octal | 212 | 160 | 123 | 0 | 23 | 50 | 56 | 40 | 31 | 53 |
| Binary | 10001010 | 1110000 | 1010011 | 0 | 10011 | 101000 | 101110 | 100000 | 11001 | 101011 |
Color Harmonies of #8A7053
Complementary color
Monochromatic Colors of #8A7053
Black with #8A7053
Text Example
Text Example
White with #8A7053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7053; }
p { color: rgb(138,112,83); }
H1.HeaderClassName
{
color: #8A7053;
}
.AnyTagClassName
{
color: #8A7053;
}
</style>
background-color css
<style>
a { background-color: #8A7053; }
a { background-color: rgb(138,112,83); }
div.DivClassName
{
background-color: #8A7053;
}
.BgClassName
{
background-color: #8A7053;
}
</style>
border-color css
<style>
span { border-color: #8A7053; }
span { border-color: rgb(138,112,83); }
td.TdClassName
{
border-color: #8A7053;
}
.TagClassName
{
border-color: #8A7053;
}
</style>