Shades of Cement #826C54
Tints of Cement #826C54
RGB
CMYK
RGB Variations
Color information
#826C54 (or 0x826C54) is known color: Cement. HEX triplet: 82, 6C and 54. RGB value is (130,108,84). Sum of RGB (Red+Green+Blue) = 130+108+84=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #826C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C54 is #7D93AB. Grayscale: #6F6F6F. Windows color (decimal): -8229804 or 5532802. OLE color: 5532802.
HSL color Cylindrical-coordinate representation of color #826C54: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #826C54 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 84 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.49 |
| HSL | 31.3º | 0.21% | 0.42% | - |
| HSV(B) | 31.3º | 0.35% | 0.51% | - |
| XYZ | 16.17 | 16.11 | 10.65 | - |
| YUV | 111.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 84 | 0 | 0.17 | 0.35 | 0.49 | 31.3 | 0.21 | 0.42 |
| Hex | 82 | 6C | 54 | 0 | 11 | 23 | 31 | 1F | 15 | 2A |
| Octal | 202 | 154 | 124 | 0 | 21 | 43 | 61 | 37 | 25 | 52 |
| Binary | 10000010 | 1101100 | 1010100 | 0 | 10001 | 100011 | 110001 | 11111 | 10101 | 101010 |
Color Harmonies of #826C54
Complementary color
Monochromatic Colors of #826C54
Black with #826C54
Text Example
Text Example
White with #826C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C54; }
p { color: rgb(130,108,84); }
H1.HeaderClassName
{
color: #826C54;
}
.AnyTagClassName
{
color: #826C54;
}
</style>
background-color css
<style>
a { background-color: #826C54; }
a { background-color: rgb(130,108,84); }
div.DivClassName
{
background-color: #826C54;
}
.BgClassName
{
background-color: #826C54;
}
</style>
border-color css
<style>
span { border-color: #826C54; }
span { border-color: rgb(130,108,84); }
td.TdClassName
{
border-color: #826C54;
}
.TagClassName
{
border-color: #826C54;
}
</style>