Shades of Cement #847059
Tints of Cement #847059
RGB
CMYK
RGB Variations
Color information
#847059 (or 0x847059) is known color: Cement. HEX triplet: 84, 70 and 59. RGB value is (132,112,89). Sum of RGB (Red+Green+Blue) = 132+112+89=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #847059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847059 is #7B8FA6. Grayscale: #737373. Windows color (decimal): -8097703 or 5861508. OLE color: 5861508.
HSL color Cylindrical-coordinate representation of color #847059: hue angle of 32.09º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #847059 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 89 | - |
| CMYK | 0 | 0.15 | 0.33 | 0.48 |
| HSL | 32.09º | 0.19% | 0.43% | - |
| HSV(B) | 32.09º | 0.33% | 0.52% | - |
| XYZ | 17.11 | 17.22 | 11.87 | - |
| YUV | 115.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 89 | 0 | 0.15 | 0.33 | 0.48 | 32.09 | 0.19 | 0.43 |
| Hex | 84 | 70 | 59 | 0 | F | 21 | 30 | 20 | 13 | 2B |
| Octal | 204 | 160 | 131 | 0 | 17 | 41 | 60 | 40 | 23 | 53 |
| Binary | 10000100 | 1110000 | 1011001 | 0 | 1111 | 100001 | 110000 | 100000 | 10011 | 101011 |
Color Harmonies of #847059
Complementary color
Monochromatic Colors of #847059
Black with #847059
Text Example
Text Example
White with #847059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847059; }
p { color: rgb(132,112,89); }
H1.HeaderClassName
{
color: #847059;
}
.AnyTagClassName
{
color: #847059;
}
</style>
background-color css
<style>
a { background-color: #847059; }
a { background-color: rgb(132,112,89); }
div.DivClassName
{
background-color: #847059;
}
.BgClassName
{
background-color: #847059;
}
</style>
border-color css
<style>
span { border-color: #847059; }
span { border-color: rgb(132,112,89); }
td.TdClassName
{
border-color: #847059;
}
.TagClassName
{
border-color: #847059;
}
</style>