Shades of Cement #85755D
Tints of Cement #85755D
RGB
CMYK
RGB Variations
Color information
#85755D (or 0x85755D) is known color: Cement. HEX triplet: 85, 75 and 5D. RGB value is (133,117,93). Sum of RGB (Red+Green+Blue) = 133+117+93=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #85755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85755D is #7A8AA2. Grayscale: #777777. Windows color (decimal): -8030883 or 6124933. OLE color: 6124933.
HSL color Cylindrical-coordinate representation of color #85755D: hue angle of 36º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #85755D is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 117 | 93 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.48 |
| HSL | 36º | 0.18% | 0.44% | - |
| HSV(B) | 36º | 0.3% | 0.52% | - |
| XYZ | 18.01 | 18.5 | 12.98 | - |
| YUV | 119.05 | 113.3 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 117 | 93 | 0 | 0.12 | 0.30 | 0.48 | 36 | 0.18 | 0.44 |
| Hex | 85 | 75 | 5D | 0 | C | 1E | 30 | 24 | 12 | 2C |
| Octal | 205 | 165 | 135 | 0 | 14 | 36 | 60 | 44 | 22 | 54 |
| Binary | 10000101 | 1110101 | 1011101 | 0 | 1100 | 11110 | 110000 | 100100 | 10010 | 101100 |
Color Harmonies of #85755D
Complementary color
Monochromatic Colors of #85755D
Black with #85755D
Text Example
Text Example
White with #85755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85755D; }
p { color: rgb(133,117,93); }
H1.HeaderClassName
{
color: #85755D;
}
.AnyTagClassName
{
color: #85755D;
}
</style>
background-color css
<style>
a { background-color: #85755D; }
a { background-color: rgb(133,117,93); }
div.DivClassName
{
background-color: #85755D;
}
.BgClassName
{
background-color: #85755D;
}
</style>
border-color css
<style>
span { border-color: #85755D; }
span { border-color: rgb(133,117,93); }
td.TdClassName
{
border-color: #85755D;
}
.TagClassName
{
border-color: #85755D;
}
</style>