Shades of Cement #826C52
Tints of Cement #826C52
RGB
CMYK
RGB Variations
Color information
#826C52 (or 0x826C52) is known color: Cement. HEX triplet: 82, 6C and 52. RGB value is (130,108,82). Sum of RGB (Red+Green+Blue) = 130+108+82=320 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.62% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 130 - color contains mainly: red. Hex color #826C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C52 is #7D93AD. Grayscale: #6F6F6F. Windows color (decimal): -8229806 or 5401730. OLE color: 5401730.
HSL color Cylindrical-coordinate representation of color #826C52: hue angle of 32.5º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #826C52 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 82 | - |
| CMYK | 0 | 0.17 | 0.37 | 0.49 |
| HSL | 32.5º | 0.23% | 0.42% | - |
| HSV(B) | 32.5º | 0.37% | 0.51% | - |
| XYZ | 16.09 | 16.08 | 10.24 | - |
| YUV | 111.61 | 111.29 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 82 | 0 | 0.17 | 0.37 | 0.49 | 32.5 | 0.23 | 0.42 |
| Hex | 82 | 6C | 52 | 0 | 11 | 25 | 31 | 20 | 17 | 2A |
| Octal | 202 | 154 | 122 | 0 | 21 | 45 | 61 | 40 | 27 | 52 |
| Binary | 10000010 | 1101100 | 1010010 | 0 | 10001 | 100101 | 110001 | 100000 | 10111 | 101010 |
Color Harmonies of #826C52
Complementary color
Monochromatic Colors of #826C52
Black with #826C52
Text Example
Text Example
White with #826C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C52; }
p { color: rgb(130,108,82); }
H1.HeaderClassName
{
color: #826C52;
}
.AnyTagClassName
{
color: #826C52;
}
</style>
background-color css
<style>
a { background-color: #826C52; }
a { background-color: rgb(130,108,82); }
div.DivClassName
{
background-color: #826C52;
}
.BgClassName
{
background-color: #826C52;
}
</style>
border-color css
<style>
span { border-color: #826C52; }
span { border-color: rgb(130,108,82); }
td.TdClassName
{
border-color: #826C52;
}
.TagClassName
{
border-color: #826C52;
}
</style>