Shades of Cement #826E58
Tints of Cement #826E58
RGB
CMYK
RGB Variations
Color information
#826E58 (or 0x826E58) is known color: Cement. HEX triplet: 82, 6E and 58. RGB value is (130,110,88). Sum of RGB (Red+Green+Blue) = 130+110+88=328 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.63% from 328); Green value is 110 (43.36% from 255 or 33.54% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 130 - color contains mainly: red. Hex color #826E58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826E58 is #7D91A7. Grayscale: #717171. Windows color (decimal): -8229288 or 5795458. OLE color: 5795458.
HSL color Cylindrical-coordinate representation of color #826E58: hue angle of 31.43º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #826E58 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 110 | 88 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.49 |
| HSL | 31.43º | 0.19% | 0.43% | - |
| HSV(B) | 31.43º | 0.32% | 0.51% | - |
| XYZ | 16.54 | 16.6 | 11.57 | - |
| YUV | 113.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 88 | 0 | 0.15 | 0.32 | 0.49 | 31.43 | 0.19 | 0.43 |
| Hex | 82 | 6E | 58 | 0 | F | 20 | 31 | 1F | 13 | 2B |
| Octal | 202 | 156 | 130 | 0 | 17 | 40 | 61 | 37 | 23 | 53 |
| Binary | 10000010 | 1101110 | 1011000 | 0 | 1111 | 100000 | 110001 | 11111 | 10011 | 101011 |
Color Harmonies of #826E58
Complementary color
Monochromatic Colors of #826E58
Black with #826E58
Text Example
Text Example
White with #826E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826E58; }
p { color: rgb(130,110,88); }
H1.HeaderClassName
{
color: #826E58;
}
.AnyTagClassName
{
color: #826E58;
}
</style>
background-color css
<style>
a { background-color: #826E58; }
a { background-color: rgb(130,110,88); }
div.DivClassName
{
background-color: #826E58;
}
.BgClassName
{
background-color: #826E58;
}
</style>
border-color css
<style>
span { border-color: #826E58; }
span { border-color: rgb(130,110,88); }
td.TdClassName
{
border-color: #826E58;
}
.TagClassName
{
border-color: #826E58;
}
</style>