Shades of Cement #85715A
Tints of Cement #85715A
RGB
CMYK
RGB Variations
Color information
#85715A (or 0x85715A) is known color: Cement. HEX triplet: 85, 71 and 5A. RGB value is (133,113,90). Sum of RGB (Red+Green+Blue) = 133+113+90=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 133 - color contains mainly: red. Hex color #85715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85715A is #7A8EA5. Grayscale: #747474. Windows color (decimal): -8031910 or 5927301. OLE color: 5927301.
HSL color Cylindrical-coordinate representation of color #85715A: hue angle of 32.09º 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 #85715A is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 113 | 90 | - |
| CMYK | 0 | 0.15 | 0.32 | 0.48 |
| HSL | 32.09º | 0.19% | 0.44% | - |
| HSV(B) | 32.09º | 0.32% | 0.52% | - |
| XYZ | 17.42 | 17.53 | 12.14 | - |
| YUV | 116.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 113 | 90 | 0 | 0.15 | 0.32 | 0.48 | 32.09 | 0.19 | 0.44 |
| Hex | 85 | 71 | 5A | 0 | F | 20 | 30 | 20 | 13 | 2C |
| Octal | 205 | 161 | 132 | 0 | 17 | 40 | 60 | 40 | 23 | 54 |
| Binary | 10000101 | 1110001 | 1011010 | 0 | 1111 | 100000 | 110000 | 100000 | 10011 | 101100 |
Color Harmonies of #85715A
Complementary color
Monochromatic Colors of #85715A
Black with #85715A
Text Example
Text Example
White with #85715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85715A; }
p { color: rgb(133,113,90); }
H1.HeaderClassName
{
color: #85715A;
}
.AnyTagClassName
{
color: #85715A;
}
</style>
background-color css
<style>
a { background-color: #85715A; }
a { background-color: rgb(133,113,90); }
div.DivClassName
{
background-color: #85715A;
}
.BgClassName
{
background-color: #85715A;
}
</style>
border-color css
<style>
span { border-color: #85715A; }
span { border-color: rgb(133,113,90); }
td.TdClassName
{
border-color: #85715A;
}
.TagClassName
{
border-color: #85715A;
}
</style>