Shades of Cement #84735A
Tints of Cement #84735A
RGB
CMYK
RGB Variations
Color information
#84735A (or 0x84735A) is known color: Cement. HEX triplet: 84, 73 and 5A. RGB value is (132,115,90). Sum of RGB (Red+Green+Blue) = 132+115+90=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #84735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84735A is #7B8CA5. Grayscale: #757575. Windows color (decimal): -8096934 or 5927812. OLE color: 5927812.
HSL color Cylindrical-coordinate representation of color #84735A: hue angle of 35.71º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84735A is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 115 | 90 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.48 |
| HSL | 35.71º | 0.19% | 0.44% | - |
| HSV(B) | 35.71º | 0.32% | 0.52% | - |
| XYZ | 17.49 | 17.91 | 12.21 | - |
| YUV | 117.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 90 | 0 | 0.13 | 0.32 | 0.48 | 35.71 | 0.19 | 0.44 |
| Hex | 84 | 73 | 5A | 0 | D | 20 | 30 | 24 | 13 | 2C |
| Octal | 204 | 163 | 132 | 0 | 15 | 40 | 60 | 44 | 23 | 54 |
| Binary | 10000100 | 1110011 | 1011010 | 0 | 1101 | 100000 | 110000 | 100100 | 10011 | 101100 |
Color Harmonies of #84735A
Complementary color
Monochromatic Colors of #84735A
Black with #84735A
Text Example
Text Example
White with #84735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84735A; }
p { color: rgb(132,115,90); }
H1.HeaderClassName
{
color: #84735A;
}
.AnyTagClassName
{
color: #84735A;
}
</style>
background-color css
<style>
a { background-color: #84735A; }
a { background-color: rgb(132,115,90); }
div.DivClassName
{
background-color: #84735A;
}
.BgClassName
{
background-color: #84735A;
}
</style>
border-color css
<style>
span { border-color: #84735A; }
span { border-color: rgb(132,115,90); }
td.TdClassName
{
border-color: #84735A;
}
.TagClassName
{
border-color: #84735A;
}
</style>