Shades of Cement #856B52
Tints of Cement #856B52
RGB
CMYK
RGB Variations
Color information
#856B52 (or 0x856B52) is known color: Cement. HEX triplet: 85, 6B and 52. RGB value is (133,107,82). Sum of RGB (Red+Green+Blue) = 133+107+82=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #856B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B52 is #7A94AD. Grayscale: #707070. Windows color (decimal): -8033454 or 5401477. OLE color: 5401477.
HSL color Cylindrical-coordinate representation of color #856B52: hue angle of 29.41º 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 #856B52 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 82 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.48 |
| HSL | 29.41º | 0.24% | 0.42% | - |
| HSV(B) | 29.41º | 0.38% | 0.52% | - |
| XYZ | 16.45 | 16.11 | 10.23 | - |
| YUV | 111.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 82 | 0 | 0.20 | 0.38 | 0.48 | 29.41 | 0.24 | 0.42 |
| Hex | 85 | 6B | 52 | 0 | 14 | 26 | 30 | 1D | 18 | 2A |
| Octal | 205 | 153 | 122 | 0 | 24 | 46 | 60 | 35 | 30 | 52 |
| Binary | 10000101 | 1101011 | 1010010 | 0 | 10100 | 100110 | 110000 | 11101 | 11000 | 101010 |
Color Harmonies of #856B52
Complementary color
Monochromatic Colors of #856B52
Black with #856B52
Text Example
Text Example
White with #856B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B52; }
p { color: rgb(133,107,82); }
H1.HeaderClassName
{
color: #856B52;
}
.AnyTagClassName
{
color: #856B52;
}
</style>
background-color css
<style>
a { background-color: #856B52; }
a { background-color: rgb(133,107,82); }
div.DivClassName
{
background-color: #856B52;
}
.BgClassName
{
background-color: #856B52;
}
</style>
border-color css
<style>
span { border-color: #856B52; }
span { border-color: rgb(133,107,82); }
td.TdClassName
{
border-color: #856B52;
}
.TagClassName
{
border-color: #856B52;
}
</style>