Shades of Cement #856F57
Tints of Cement #856F57
RGB
CMYK
RGB Variations
Color information
#856F57 (or 0x856F57) is known color: Cement. HEX triplet: 85, 6F and 57. RGB value is (133,111,87). Sum of RGB (Red+Green+Blue) = 133+111+87=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 87 (34.38% from 255 or 26.28% from 331); Max value from RGB is 133 - color contains mainly: red. Hex color #856F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856F57 is #7A90A8. Grayscale: #727272. Windows color (decimal): -8032425 or 5730181. OLE color: 5730181.
HSL color Cylindrical-coordinate representation of color #856F57: hue angle of 31.3º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #856F57 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 111 | 87 | - |
| CMYK | 0 | 0.17 | 0.35 | 0.48 |
| HSL | 31.3º | 0.21% | 0.43% | - |
| HSV(B) | 31.3º | 0.35% | 0.52% | - |
| XYZ | 17.08 | 17.04 | 11.41 | - |
| YUV | 114.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 87 | 0 | 0.17 | 0.35 | 0.48 | 31.3 | 0.21 | 0.43 |
| Hex | 85 | 6F | 57 | 0 | 11 | 23 | 30 | 1F | 15 | 2B |
| Octal | 205 | 157 | 127 | 0 | 21 | 43 | 60 | 37 | 25 | 53 |
| Binary | 10000101 | 1101111 | 1010111 | 0 | 10001 | 100011 | 110000 | 11111 | 10101 | 101011 |
Color Harmonies of #856F57
Complementary color
Monochromatic Colors of #856F57
Black with #856F57
Text Example
Text Example
White with #856F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F57; }
p { color: rgb(133,111,87); }
H1.HeaderClassName
{
color: #856F57;
}
.AnyTagClassName
{
color: #856F57;
}
</style>
background-color css
<style>
a { background-color: #856F57; }
a { background-color: rgb(133,111,87); }
div.DivClassName
{
background-color: #856F57;
}
.BgClassName
{
background-color: #856F57;
}
</style>
border-color css
<style>
span { border-color: #856F57; }
span { border-color: rgb(133,111,87); }
td.TdClassName
{
border-color: #856F57;
}
.TagClassName
{
border-color: #856F57;
}
</style>