Shades of Cement #85715C
Tints of Cement #85715C
RGB
CMYK
RGB Variations
Color information
#85715C (or 0x85715C) is known color: Cement. HEX triplet: 85, 71 and 5C. RGB value is (133,113,92). Sum of RGB (Red+Green+Blue) = 133+113+92=338 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.35% from 338); Green value is 113 (44.53% from 255 or 33.43% from 338); Blue value is 92 (36.33% from 255 or 27.22% from 338); Max value from RGB is 133 - color contains mainly: red. Hex color #85715C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715C is #7A8EA3. Grayscale: #747474. Windows color (decimal): -8031908 or 6058373. OLE color: 6058373.
HSL color Cylindrical-coordinate representation of color #85715C: hue angle of 30.73º 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 #85715C is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 92 | - |
| CMYK | 0 | 0.15 | 0.31 | 0.48 |
| HSL | 30.73º | 0.18% | 0.44% | - |
| HSV(B) | 30.73º | 0.31% | 0.52% | - |
| XYZ | 17.51 | 17.57 | 12.59 | - |
| YUV | 116.59 | 114.13 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 92 | 0 | 0.15 | 0.31 | 0.48 | 30.73 | 0.18 | 0.44 |
| Hex | 85 | 71 | 5C | 0 | F | 1F | 30 | 1F | 12 | 2C |
| Octal | 205 | 161 | 134 | 0 | 17 | 37 | 60 | 37 | 22 | 54 |
| Binary | 10000101 | 1110001 | 1011100 | 0 | 1111 | 11111 | 110000 | 11111 | 10010 | 101100 |
Color Harmonies of #85715C
Complementary color
Monochromatic Colors of #85715C
Black with #85715C
Text Example
Text Example
White with #85715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85715C; }
p { color: rgb(133,113,92); }
H1.HeaderClassName
{
color: #85715C;
}
.AnyTagClassName
{
color: #85715C;
}
</style>
background-color css
<style>
a { background-color: #85715C; }
a { background-color: rgb(133,113,92); }
div.DivClassName
{
background-color: #85715C;
}
.BgClassName
{
background-color: #85715C;
}
</style>
border-color css
<style>
span { border-color: #85715C; }
span { border-color: rgb(133,113,92); }
td.TdClassName
{
border-color: #85715C;
}
.TagClassName
{
border-color: #85715C;
}
</style>