Shades of Cement #856C54
Tints of Cement #856C54
RGB
CMYK
RGB Variations
Color information
#856C54 (or 0x856C54) is known color: Cement. HEX triplet: 85, 6C and 54. RGB value is (133,108,84). Sum of RGB (Red+Green+Blue) = 133+108+84=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #856C54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C54 is #7A93AB. Grayscale: #707070. Windows color (decimal): -8033196 or 5532805. OLE color: 5532805.
HSL color Cylindrical-coordinate representation of color #856C54: hue angle of 29.39º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #856C54 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 84 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.48 |
| HSL | 29.39º | 0.23% | 0.43% | - |
| HSV(B) | 29.39º | 0.37% | 0.52% | - |
| XYZ | 16.64 | 16.35 | 10.67 | - |
| YUV | 112.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 84 | 0 | 0.19 | 0.37 | 0.48 | 29.39 | 0.23 | 0.43 |
| Hex | 85 | 6C | 54 | 0 | 13 | 25 | 30 | 1D | 17 | 2B |
| Octal | 205 | 154 | 124 | 0 | 23 | 45 | 60 | 35 | 27 | 53 |
| Binary | 10000101 | 1101100 | 1010100 | 0 | 10011 | 100101 | 110000 | 11101 | 10111 | 101011 |
Color Harmonies of #856C54
Complementary color
Monochromatic Colors of #856C54
Black with #856C54
Text Example
Text Example
White with #856C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C54; }
p { color: rgb(133,108,84); }
H1.HeaderClassName
{
color: #856C54;
}
.AnyTagClassName
{
color: #856C54;
}
</style>
background-color css
<style>
a { background-color: #856C54; }
a { background-color: rgb(133,108,84); }
div.DivClassName
{
background-color: #856C54;
}
.BgClassName
{
background-color: #856C54;
}
</style>
border-color css
<style>
span { border-color: #856C54; }
span { border-color: rgb(133,108,84); }
td.TdClassName
{
border-color: #856C54;
}
.TagClassName
{
border-color: #856C54;
}
</style>