Shades of Cement #82725D
Tints of Cement #82725D
RGB
CMYK
RGB Variations
Color information
#82725D (or 0x82725D) is known color: Cement. HEX triplet: 82, 72 and 5D. RGB value is (130,114,93). Sum of RGB (Red+Green+Blue) = 130+114+93=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 130 - color contains mainly: red. Hex color #82725D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82725D is #7D8DA2. Grayscale: #747474. Windows color (decimal): -8228259 or 6124162. OLE color: 6124162.
HSL color Cylindrical-coordinate representation of color #82725D: hue angle of 34.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82725D is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 114 | 93 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.49 |
| HSL | 34.05º | 0.17% | 0.44% | - |
| HSV(B) | 34.05º | 0.28% | 0.51% | - |
| XYZ | 17.2 | 17.57 | 12.84 | - |
| YUV | 116.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 114 | 93 | 0 | 0.12 | 0.28 | 0.49 | 34.05 | 0.17 | 0.44 |
| Hex | 82 | 72 | 5D | 0 | C | 1C | 31 | 22 | 11 | 2C |
| Octal | 202 | 162 | 135 | 0 | 14 | 34 | 61 | 42 | 21 | 54 |
| Binary | 10000010 | 1110010 | 1011101 | 0 | 1100 | 11100 | 110001 | 100010 | 10001 | 101100 |
Color Harmonies of #82725D
Complementary color
Monochromatic Colors of #82725D
Black with #82725D
Text Example
Text Example
White with #82725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82725D; }
p { color: rgb(130,114,93); }
H1.HeaderClassName
{
color: #82725D;
}
.AnyTagClassName
{
color: #82725D;
}
</style>
background-color css
<style>
a { background-color: #82725D; }
a { background-color: rgb(130,114,93); }
div.DivClassName
{
background-color: #82725D;
}
.BgClassName
{
background-color: #82725D;
}
</style>
border-color css
<style>
span { border-color: #82725D; }
span { border-color: rgb(130,114,93); }
td.TdClassName
{
border-color: #82725D;
}
.TagClassName
{
border-color: #82725D;
}
</style>