Shades of Lotus #855752
Tints of Lotus #855752
RGB
CMYK
RGB Variations
Color information
#855752 (or 0x855752) is known color: Lotus. HEX triplet: 85, 57 and 52. RGB value is (133,87,82). Sum of RGB (Red+Green+Blue) = 133+87+82=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 82 (32.42% from 255 or 27.15% from 302); Max value from RGB is 133 - color contains mainly: red. Hex color #855752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855752 is #7AA8AD. Grayscale: #646464. Windows color (decimal): -8038574 or 5396357. OLE color: 5396357.
HSL color Cylindrical-coordinate representation of color #855752: hue angle of 5.88º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #855752 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 82 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.48 |
| HSL | 5.88º | 0.24% | 0.42% | - |
| HSV(B) | 5.88º | 0.38% | 0.52% | - |
| XYZ | 14.6 | 12.41 | 9.61 | - |
| YUV | 100.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 82 | 0 | 0.35 | 0.38 | 0.48 | 5.88 | 0.24 | 0.42 |
| Hex | 85 | 57 | 52 | 0 | 23 | 26 | 30 | 6 | 18 | 2A |
| Octal | 205 | 127 | 122 | 0 | 43 | 46 | 60 | 6 | 30 | 52 |
| Binary | 10000101 | 1010111 | 1010010 | 0 | 100011 | 100110 | 110000 | 110 | 11000 | 101010 |
Color Harmonies of #855752
Complementary color
Monochromatic Colors of #855752
Black with #855752
Text Example
Text Example
White with #855752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855752; }
p { color: rgb(133,87,82); }
H1.HeaderClassName
{
color: #855752;
}
.AnyTagClassName
{
color: #855752;
}
</style>
background-color css
<style>
a { background-color: #855752; }
a { background-color: rgb(133,87,82); }
div.DivClassName
{
background-color: #855752;
}
.BgClassName
{
background-color: #855752;
}
</style>
border-color css
<style>
span { border-color: #855752; }
span { border-color: rgb(133,87,82); }
td.TdClassName
{
border-color: #855752;
}
.TagClassName
{
border-color: #855752;
}
</style>