Shades of Cement #82735B
Tints of Cement #82735B
RGB
CMYK
RGB Variations
Color information
#82735B (or 0x82735B) is known color: Cement. HEX triplet: 82, 73 and 5B. RGB value is (130,115,91). Sum of RGB (Red+Green+Blue) = 130+115+91=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 91 (35.94% from 255 or 27.08% from 336); Max value from RGB is 130 - color contains mainly: red. Hex color #82735B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82735B is #7D8CA4. Grayscale: #747474. Windows color (decimal): -8228005 or 5993346. OLE color: 5993346.
HSL color Cylindrical-coordinate representation of color #82735B: hue angle of 36.92º 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 #82735B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 115 | 91 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.49 |
| HSL | 36.92º | 0.18% | 0.43% | - |
| HSV(B) | 36.92º | 0.3% | 0.51% | - |
| XYZ | 17.22 | 17.76 | 12.42 | - |
| YUV | 116.75 | 113.47 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 115 | 91 | 0 | 0.12 | 0.30 | 0.49 | 36.92 | 0.18 | 0.43 |
| Hex | 82 | 73 | 5B | 0 | C | 1E | 31 | 25 | 12 | 2B |
| Octal | 202 | 163 | 133 | 0 | 14 | 36 | 61 | 45 | 22 | 53 |
| Binary | 10000010 | 1110011 | 1011011 | 0 | 1100 | 11110 | 110001 | 100101 | 10010 | 101011 |
Color Harmonies of #82735B
Complementary color
Monochromatic Colors of #82735B
Black with #82735B
Text Example
Text Example
White with #82735B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82735B; }
p { color: rgb(130,115,91); }
H1.HeaderClassName
{
color: #82735B;
}
.AnyTagClassName
{
color: #82735B;
}
</style>
background-color css
<style>
a { background-color: #82735B; }
a { background-color: rgb(130,115,91); }
div.DivClassName
{
background-color: #82735B;
}
.BgClassName
{
background-color: #82735B;
}
</style>
border-color css
<style>
span { border-color: #82735B; }
span { border-color: rgb(130,115,91); }
td.TdClassName
{
border-color: #82735B;
}
.TagClassName
{
border-color: #82735B;
}
</style>