Shades of Cement #856C52
Tints of Cement #856C52
RGB
CMYK
RGB Variations
Color information
#856C52 (or 0x856C52) is known color: Cement. HEX triplet: 85, 6C and 52. RGB value is (133,108,82). Sum of RGB (Red+Green+Blue) = 133+108+82=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 133 - color contains mainly: red. Hex color #856C52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C52 is #7A93AD. Grayscale: #707070. Windows color (decimal): -8033198 or 5401733. OLE color: 5401733.
HSL color Cylindrical-coordinate representation of color #856C52: hue angle of 30.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #856C52 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 82 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.48 |
| HSL | 30.59º | 0.24% | 0.42% | - |
| HSV(B) | 30.59º | 0.38% | 0.52% | - |
| XYZ | 16.56 | 16.32 | 10.26 | - |
| YUV | 112.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 82 | 0 | 0.19 | 0.38 | 0.48 | 30.59 | 0.24 | 0.42 |
| Hex | 85 | 6C | 52 | 0 | 13 | 26 | 30 | 1F | 18 | 2A |
| Octal | 205 | 154 | 122 | 0 | 23 | 46 | 60 | 37 | 30 | 52 |
| Binary | 10000101 | 1101100 | 1010010 | 0 | 10011 | 100110 | 110000 | 11111 | 11000 | 101010 |
Color Harmonies of #856C52
Complementary color
Monochromatic Colors of #856C52
Black with #856C52
Text Example
Text Example
White with #856C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C52; }
p { color: rgb(133,108,82); }
H1.HeaderClassName
{
color: #856C52;
}
.AnyTagClassName
{
color: #856C52;
}
</style>
background-color css
<style>
a { background-color: #856C52; }
a { background-color: rgb(133,108,82); }
div.DivClassName
{
background-color: #856C52;
}
.BgClassName
{
background-color: #856C52;
}
</style>
border-color css
<style>
span { border-color: #856C52; }
span { border-color: rgb(133,108,82); }
td.TdClassName
{
border-color: #856C52;
}
.TagClassName
{
border-color: #856C52;
}
</style>