Shades of Cement #84745F
Tints of Cement #84745F
RGB
CMYK
RGB Variations
Color information
#84745F (or 0x84745F) is known color: Cement. HEX triplet: 84, 74 and 5F. RGB value is (132,116,95). Sum of RGB (Red+Green+Blue) = 132+116+95=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 95 (37.5% from 255 or 27.70% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #84745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84745F is #7B8BA0. Grayscale: #767676. Windows color (decimal): -8096673 or 6255748. OLE color: 6255748.
HSL color Cylindrical-coordinate representation of color #84745F: hue angle of 34.05º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84745F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 116 | 95 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.48 |
| HSL | 34.05º | 0.16% | 0.45% | - |
| HSV(B) | 34.05º | 0.28% | 0.52% | - |
| XYZ | 17.83 | 18.22 | 13.4 | - |
| YUV | 118.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 95 | 0 | 0.12 | 0.28 | 0.48 | 34.05 | 0.16 | 0.45 |
| Hex | 84 | 74 | 5F | 0 | C | 1C | 30 | 22 | 10 | 2D |
| Octal | 204 | 164 | 137 | 0 | 14 | 34 | 60 | 42 | 20 | 55 |
| Binary | 10000100 | 1110100 | 1011111 | 0 | 1100 | 11100 | 110000 | 100010 | 10000 | 101101 |
Color Harmonies of #84745F
Complementary color
Monochromatic Colors of #84745F
Black with #84745F
Text Example
Text Example
White with #84745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84745F; }
p { color: rgb(132,116,95); }
H1.HeaderClassName
{
color: #84745F;
}
.AnyTagClassName
{
color: #84745F;
}
</style>
background-color css
<style>
a { background-color: #84745F; }
a { background-color: rgb(132,116,95); }
div.DivClassName
{
background-color: #84745F;
}
.BgClassName
{
background-color: #84745F;
}
</style>
border-color css
<style>
span { border-color: #84745F; }
span { border-color: rgb(132,116,95); }
td.TdClassName
{
border-color: #84745F;
}
.TagClassName
{
border-color: #84745F;
}
</style>