Shades of Cement #826F55
Tints of Cement #826F55
RGB
CMYK
RGB Variations
Color information
#826F55 (or 0x826F55) is known color: Cement. HEX triplet: 82, 6F and 55. RGB value is (130,111,85). Sum of RGB (Red+Green+Blue) = 130+111+85=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826F55 is #7D90AA. Grayscale: #717171. Windows color (decimal): -8229035 or 5599106. OLE color: 5599106.
HSL color Cylindrical-coordinate representation of color #826F55: hue angle of 34.67º 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 #826F55 is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 111 | 85 | - |
| CMYK | 0 | 0.15 | 0.35 | 0.49 |
| HSL | 34.67º | 0.21% | 0.42% | - |
| HSV(B) | 34.67º | 0.35% | 0.51% | - |
| XYZ | 16.53 | 16.77 | 10.96 | - |
| YUV | 113.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 111 | 85 | 0 | 0.15 | 0.35 | 0.49 | 34.67 | 0.21 | 0.42 |
| Hex | 82 | 6F | 55 | 0 | F | 23 | 31 | 23 | 15 | 2A |
| Octal | 202 | 157 | 125 | 0 | 17 | 43 | 61 | 43 | 25 | 52 |
| Binary | 10000010 | 1101111 | 1010101 | 0 | 1111 | 100011 | 110001 | 100011 | 10101 | 101010 |
Color Harmonies of #826F55
Complementary color
Monochromatic Colors of #826F55
Black with #826F55
Text Example
Text Example
White with #826F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826F55; }
p { color: rgb(130,111,85); }
H1.HeaderClassName
{
color: #826F55;
}
.AnyTagClassName
{
color: #826F55;
}
</style>
background-color css
<style>
a { background-color: #826F55; }
a { background-color: rgb(130,111,85); }
div.DivClassName
{
background-color: #826F55;
}
.BgClassName
{
background-color: #826F55;
}
</style>
border-color css
<style>
span { border-color: #826F55; }
span { border-color: rgb(130,111,85); }
td.TdClassName
{
border-color: #826F55;
}
.TagClassName
{
border-color: #826F55;
}
</style>