Shades of Cement #85715B
Tints of Cement #85715B
RGB
CMYK
RGB Variations
Color information
#85715B (or 0x85715B) is known color: Cement. HEX triplet: 85, 71 and 5B. RGB value is (133,113,91). Sum of RGB (Red+Green+Blue) = 133+113+91=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #85715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715B is #7A8EA4. Grayscale: #747474. Windows color (decimal): -8031909 or 5992837. OLE color: 5992837.
HSL color Cylindrical-coordinate representation of color #85715B: hue angle of 31.43º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85715B is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 91 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.48 |
| HSL | 31.43º | 0.19% | 0.44% | - |
| HSV(B) | 31.43º | 0.32% | 0.52% | - |
| XYZ | 17.47 | 17.55 | 12.36 | - |
| YUV | 116.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 91 | 0 | 0.15 | 0.32 | 0.48 | 31.43 | 0.19 | 0.44 |
| Hex | 85 | 71 | 5B | 0 | F | 20 | 30 | 1F | 13 | 2C |
| Octal | 205 | 161 | 133 | 0 | 17 | 40 | 60 | 37 | 23 | 54 |
| Binary | 10000101 | 1110001 | 1011011 | 0 | 1111 | 100000 | 110000 | 11111 | 10011 | 101100 |
Color Harmonies of #85715B
Complementary color
Monochromatic Colors of #85715B
Black with #85715B
Text Example
Text Example
White with #85715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85715B; }
p { color: rgb(133,113,91); }
H1.HeaderClassName
{
color: #85715B;
}
.AnyTagClassName
{
color: #85715B;
}
</style>
background-color css
<style>
a { background-color: #85715B; }
a { background-color: rgb(133,113,91); }
div.DivClassName
{
background-color: #85715B;
}
.BgClassName
{
background-color: #85715B;
}
</style>
border-color css
<style>
span { border-color: #85715B; }
span { border-color: rgb(133,113,91); }
td.TdClassName
{
border-color: #85715B;
}
.TagClassName
{
border-color: #85715B;
}
</style>