Shades of Cement #85745B
Tints of Cement #85745B
RGB
CMYK
RGB Variations
Color information
#85745B (or 0x85745B) is known color: Cement. HEX triplet: 85, 74 and 5B. RGB value is (133,116,91). Sum of RGB (Red+Green+Blue) = 133+116+91=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 91 (35.94% from 255 or 26.76% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85745B is #7A8BA4. Grayscale: #767676. Windows color (decimal): -8031141 or 5993605. OLE color: 5993605.
HSL color Cylindrical-coordinate representation of color #85745B: hue angle of 35.71º 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 #85745B is Cyan = 0, Magento = 0.13, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 116 | 91 | - |
| CMYK | 0 | 0.13 | 0.32 | 0.48 |
| HSL | 35.71º | 0.19% | 0.44% | - |
| HSV(B) | 35.71º | 0.32% | 0.52% | - |
| XYZ | 17.81 | 18.23 | 12.48 | - |
| YUV | 118.23 | 112.63 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 116 | 91 | 0 | 0.13 | 0.32 | 0.48 | 35.71 | 0.19 | 0.44 |
| Hex | 85 | 74 | 5B | 0 | D | 20 | 30 | 24 | 13 | 2C |
| Octal | 205 | 164 | 133 | 0 | 15 | 40 | 60 | 44 | 23 | 54 |
| Binary | 10000101 | 1110100 | 1011011 | 0 | 1101 | 100000 | 110000 | 100100 | 10011 | 101100 |
Color Harmonies of #85745B
Complementary color
Monochromatic Colors of #85745B
Black with #85745B
Text Example
Text Example
White with #85745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85745B; }
p { color: rgb(133,116,91); }
H1.HeaderClassName
{
color: #85745B;
}
.AnyTagClassName
{
color: #85745B;
}
</style>
background-color css
<style>
a { background-color: #85745B; }
a { background-color: rgb(133,116,91); }
div.DivClassName
{
background-color: #85745B;
}
.BgClassName
{
background-color: #85745B;
}
</style>
border-color css
<style>
span { border-color: #85745B; }
span { border-color: rgb(133,116,91); }
td.TdClassName
{
border-color: #85745B;
}
.TagClassName
{
border-color: #85745B;
}
</style>