Shades of Cement #826A51
Tints of Cement #826A51
RGB
CMYK
RGB Variations
Color information
#826A51 (or 0x826A51) is known color: Cement. HEX triplet: 82, 6A and 51. RGB value is (130,106,81). Sum of RGB (Red+Green+Blue) = 130+106+81=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 106 (41.80% from 255 or 33.44% from 317); Blue value is 81 (32.03% from 255 or 25.55% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #826A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A51 is #7D95AE. Grayscale: #6E6E6E. Windows color (decimal): -8230319 or 5335682. OLE color: 5335682.
HSL color Cylindrical-coordinate representation of color #826A51: hue angle of 30.61º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #826A51 is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 81 | - |
| CMYK | 0 | 0.18 | 0.38 | 0.49 |
| HSL | 30.61º | 0.23% | 0.41% | - |
| HSV(B) | 30.61º | 0.38% | 0.51% | - |
| XYZ | 15.85 | 15.65 | 9.97 | - |
| YUV | 110.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 81 | 0 | 0.18 | 0.38 | 0.49 | 30.61 | 0.23 | 0.41 |
| Hex | 82 | 6A | 51 | 0 | 12 | 26 | 31 | 1F | 17 | 29 |
| Octal | 202 | 152 | 121 | 0 | 22 | 46 | 61 | 37 | 27 | 51 |
| Binary | 10000010 | 1101010 | 1010001 | 0 | 10010 | 100110 | 110001 | 11111 | 10111 | 101001 |
Color Harmonies of #826A51
Complementary color
Monochromatic Colors of #826A51
Black with #826A51
Text Example
Text Example
White with #826A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A51; }
p { color: rgb(130,106,81); }
H1.HeaderClassName
{
color: #826A51;
}
.AnyTagClassName
{
color: #826A51;
}
</style>
background-color css
<style>
a { background-color: #826A51; }
a { background-color: rgb(130,106,81); }
div.DivClassName
{
background-color: #826A51;
}
.BgClassName
{
background-color: #826A51;
}
</style>
border-color css
<style>
span { border-color: #826A51; }
span { border-color: rgb(130,106,81); }
td.TdClassName
{
border-color: #826A51;
}
.TagClassName
{
border-color: #826A51;
}
</style>