Shades of Cement #84735D
Tints of Cement #84735D
RGB
CMYK
RGB Variations
Color information
#84735D (or 0x84735D) is known color: Cement. HEX triplet: 84, 73 and 5D. RGB value is (132,115,93). Sum of RGB (Red+Green+Blue) = 132+115+93=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 115 (45.31% from 255 or 33.82% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #84735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84735D is #7B8CA2. Grayscale: #757575. Windows color (decimal): -8096931 or 6124420. OLE color: 6124420.
HSL color Cylindrical-coordinate representation of color #84735D: hue angle of 33.85º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84735D is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 93 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.48 |
| HSL | 33.85º | 0.17% | 0.44% | - |
| HSV(B) | 33.85º | 0.3% | 0.52% | - |
| XYZ | 17.62 | 17.96 | 12.89 | - |
| YUV | 117.58 | 114.13 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 93 | 0 | 0.13 | 0.30 | 0.48 | 33.85 | 0.17 | 0.44 |
| Hex | 84 | 73 | 5D | 0 | D | 1E | 30 | 22 | 11 | 2C |
| Octal | 204 | 163 | 135 | 0 | 15 | 36 | 60 | 42 | 21 | 54 |
| Binary | 10000100 | 1110011 | 1011101 | 0 | 1101 | 11110 | 110000 | 100010 | 10001 | 101100 |
Color Harmonies of #84735D
Complementary color
Monochromatic Colors of #84735D
Black with #84735D
Text Example
Text Example
White with #84735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84735D; }
p { color: rgb(132,115,93); }
H1.HeaderClassName
{
color: #84735D;
}
.AnyTagClassName
{
color: #84735D;
}
</style>
background-color css
<style>
a { background-color: #84735D; }
a { background-color: rgb(132,115,93); }
div.DivClassName
{
background-color: #84735D;
}
.BgClassName
{
background-color: #84735D;
}
</style>
border-color css
<style>
span { border-color: #84735D; }
span { border-color: rgb(132,115,93); }
td.TdClassName
{
border-color: #84735D;
}
.TagClassName
{
border-color: #84735D;
}
</style>