Shades of Lotus #87524A
Tints of Lotus #87524A
RGB
CMYK
RGB Variations
Color information
#87524A (or 0x87524A) is known color: Lotus. HEX triplet: 87, 52 and 4A. RGB value is (135,82,74). Sum of RGB (Red+Green+Blue) = 135+82+74=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #87524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #87524A is #78ADB5. Grayscale: #616161. Windows color (decimal): -7908790 or 4870791. OLE color: 4870791.
HSL color Cylindrical-coordinate representation of color #87524A: hue angle of 7.87º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87524A is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 74 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.47 |
| HSL | 7.87º | 0.29% | 0.41% | - |
| HSV(B) | 7.87º | 0.45% | 0.53% | - |
| XYZ | 14.25 | 11.68 | 7.98 | - |
| YUV | 96.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 74 | 0 | 0.39 | 0.45 | 0.47 | 7.87 | 0.29 | 0.41 |
| Hex | 87 | 52 | 4A | 0 | 27 | 2D | 2F | 8 | 1D | 29 |
| Octal | 207 | 122 | 112 | 0 | 47 | 55 | 57 | 10 | 35 | 51 |
| Binary | 10000111 | 1010010 | 1001010 | 0 | 100111 | 101101 | 101111 | 1000 | 11101 | 101001 |
Color Harmonies of #87524A
Complementary color
Monochromatic Colors of #87524A
Black with #87524A
Text Example
Text Example
White with #87524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87524A; }
p { color: rgb(135,82,74); }
H1.HeaderClassName
{
color: #87524A;
}
.AnyTagClassName
{
color: #87524A;
}
</style>
background-color css
<style>
a { background-color: #87524A; }
a { background-color: rgb(135,82,74); }
div.DivClassName
{
background-color: #87524A;
}
.BgClassName
{
background-color: #87524A;
}
</style>
border-color css
<style>
span { border-color: #87524A; }
span { border-color: rgb(135,82,74); }
td.TdClassName
{
border-color: #87524A;
}
.TagClassName
{
border-color: #87524A;
}
</style>