Shades of Cement #85755C
Tints of Cement #85755C
RGB
CMYK
RGB Variations
Color information
#85755C (or 0x85755C) is known color: Cement. HEX triplet: 85, 75 and 5C. RGB value is (133,117,92). Sum of RGB (Red+Green+Blue) = 133+117+92=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #85755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85755C is #7A8AA3. Grayscale: #777777. Windows color (decimal): -8030884 or 6059397. OLE color: 6059397.
HSL color Cylindrical-coordinate representation of color #85755C: hue angle of 36.59º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #85755C is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 92 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.48 |
| HSL | 36.59º | 0.18% | 0.44% | - |
| HSV(B) | 36.59º | 0.31% | 0.52% | - |
| XYZ | 17.97 | 18.48 | 12.75 | - |
| YUV | 118.93 | 112.8 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 92 | 0 | 0.12 | 0.31 | 0.48 | 36.59 | 0.18 | 0.44 |
| Hex | 85 | 75 | 5C | 0 | C | 1F | 30 | 25 | 12 | 2C |
| Octal | 205 | 165 | 134 | 0 | 14 | 37 | 60 | 45 | 22 | 54 |
| Binary | 10000101 | 1110101 | 1011100 | 0 | 1100 | 11111 | 110000 | 100101 | 10010 | 101100 |
Color Harmonies of #85755C
Complementary color
Monochromatic Colors of #85755C
Black with #85755C
Text Example
Text Example
White with #85755C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85755C; }
p { color: rgb(133,117,92); }
H1.HeaderClassName
{
color: #85755C;
}
.AnyTagClassName
{
color: #85755C;
}
</style>
background-color css
<style>
a { background-color: #85755C; }
a { background-color: rgb(133,117,92); }
div.DivClassName
{
background-color: #85755C;
}
.BgClassName
{
background-color: #85755C;
}
</style>
border-color css
<style>
span { border-color: #85755C; }
span { border-color: rgb(133,117,92); }
td.TdClassName
{
border-color: #85755C;
}
.TagClassName
{
border-color: #85755C;
}
</style>