Shades of Cement #8A7252
Tints of Cement #8A7252
RGB
CMYK
RGB Variations
Color information
#8A7252 (or 0x8A7252) is known color: Cement. HEX triplet: 8A, 72 and 52. RGB value is (138,114,82). Sum of RGB (Red+Green+Blue) = 138+114+82=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7252 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7252 is #758DAD. Grayscale: #757575. Windows color (decimal): -7703982 or 5403274. OLE color: 5403274.
HSL color Cylindrical-coordinate representation of color #8A7252: hue angle of 34.29º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8A7252 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 114 | 82 | - |
| CMYK | 0 | 0.17 | 0.41 | 0.46 |
| HSL | 34.29º | 0.25% | 0.43% | - |
| HSV(B) | 34.29º | 0.41% | 0.54% | - |
| XYZ | 18.02 | 18.05 | 10.52 | - |
| YUV | 117.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 114 | 82 | 0 | 0.17 | 0.41 | 0.46 | 34.29 | 0.25 | 0.43 |
| Hex | 8A | 72 | 52 | 0 | 11 | 29 | 2E | 22 | 19 | 2B |
| Octal | 212 | 162 | 122 | 0 | 21 | 51 | 56 | 42 | 31 | 53 |
| Binary | 10001010 | 1110010 | 1010010 | 0 | 10001 | 101001 | 101110 | 100010 | 11001 | 101011 |
Color Harmonies of #8A7252
Complementary color
Monochromatic Colors of #8A7252
Black with #8A7252
Text Example
Text Example
White with #8A7252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7252; }
p { color: rgb(138,114,82); }
H1.HeaderClassName
{
color: #8A7252;
}
.AnyTagClassName
{
color: #8A7252;
}
</style>
background-color css
<style>
a { background-color: #8A7252; }
a { background-color: rgb(138,114,82); }
div.DivClassName
{
background-color: #8A7252;
}
.BgClassName
{
background-color: #8A7252;
}
</style>
border-color css
<style>
span { border-color: #8A7252; }
span { border-color: rgb(138,114,82); }
td.TdClassName
{
border-color: #8A7252;
}
.TagClassName
{
border-color: #8A7252;
}
</style>