Shades of Cement #82705B
Tints of Cement #82705B
RGB
CMYK
RGB Variations
Color information
#82705B (or 0x82705B) is known color: Cement. HEX triplet: 82, 70 and 5B. RGB value is (130,112,91). Sum of RGB (Red+Green+Blue) = 130+112+91=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #82705B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82705B is #7D8FA4. Grayscale: #737373. Windows color (decimal): -8228773 or 5992578. OLE color: 5992578.
HSL color Cylindrical-coordinate representation of color #82705B: hue angle of 32.31º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #82705B is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 112 | 91 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.49 |
| HSL | 32.31º | 0.18% | 0.43% | - |
| HSV(B) | 32.31º | 0.3% | 0.51% | - |
| XYZ | 16.89 | 17.09 | 12.31 | - |
| YUV | 114.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 112 | 91 | 0 | 0.14 | 0.30 | 0.49 | 32.31 | 0.18 | 0.43 |
| Hex | 82 | 70 | 5B | 0 | E | 1E | 31 | 20 | 12 | 2B |
| Octal | 202 | 160 | 133 | 0 | 16 | 36 | 61 | 40 | 22 | 53 |
| Binary | 10000010 | 1110000 | 1011011 | 0 | 1110 | 11110 | 110001 | 100000 | 10010 | 101011 |
Color Harmonies of #82705B
Complementary color
Monochromatic Colors of #82705B
Black with #82705B
Text Example
Text Example
White with #82705B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82705B; }
p { color: rgb(130,112,91); }
H1.HeaderClassName
{
color: #82705B;
}
.AnyTagClassName
{
color: #82705B;
}
</style>
background-color css
<style>
a { background-color: #82705B; }
a { background-color: rgb(130,112,91); }
div.DivClassName
{
background-color: #82705B;
}
.BgClassName
{
background-color: #82705B;
}
</style>
border-color css
<style>
span { border-color: #82705B; }
span { border-color: rgb(130,112,91); }
td.TdClassName
{
border-color: #82705B;
}
.TagClassName
{
border-color: #82705B;
}
</style>