Shades of Cement #84705A
Tints of Cement #84705A
RGB
CMYK
RGB Variations
Color information
#84705A (or 0x84705A) is known color: Cement. HEX triplet: 84, 70 and 5A. RGB value is (132,112,90). Sum of RGB (Red+Green+Blue) = 132+112+90=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #84705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84705A is #7B8FA5. Grayscale: #737373. Windows color (decimal): -8097702 or 5927044. OLE color: 5927044.
HSL color Cylindrical-coordinate representation of color #84705A: hue angle of 31.43º 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 #84705A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 112 | 90 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.48 |
| HSL | 31.43º | 0.19% | 0.44% | - |
| HSV(B) | 31.43º | 0.32% | 0.52% | - |
| XYZ | 17.16 | 17.23 | 12.09 | - |
| YUV | 115.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 112 | 90 | 0 | 0.15 | 0.32 | 0.48 | 31.43 | 0.19 | 0.44 |
| Hex | 84 | 70 | 5A | 0 | F | 20 | 30 | 1F | 13 | 2C |
| Octal | 204 | 160 | 132 | 0 | 17 | 40 | 60 | 37 | 23 | 54 |
| Binary | 10000100 | 1110000 | 1011010 | 0 | 1111 | 100000 | 110000 | 11111 | 10011 | 101100 |
Color Harmonies of #84705A
Complementary color
Monochromatic Colors of #84705A
Black with #84705A
Text Example
Text Example
White with #84705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84705A; }
p { color: rgb(132,112,90); }
H1.HeaderClassName
{
color: #84705A;
}
.AnyTagClassName
{
color: #84705A;
}
</style>
background-color css
<style>
a { background-color: #84705A; }
a { background-color: rgb(132,112,90); }
div.DivClassName
{
background-color: #84705A;
}
.BgClassName
{
background-color: #84705A;
}
</style>
border-color css
<style>
span { border-color: #84705A; }
span { border-color: rgb(132,112,90); }
td.TdClassName
{
border-color: #84705A;
}
.TagClassName
{
border-color: #84705A;
}
</style>