Shades of Lotus #88534B
Tints of Lotus #88534B
RGB
CMYK
RGB Variations
Color information
#88534B (or 0x88534B) is known color: Lotus. HEX triplet: 88, 53 and 4B. RGB value is (136,83,75). Sum of RGB (Red+Green+Blue) = 136+83+75=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88534B is #77ACB4. Grayscale: #626262. Windows color (decimal): -7842997 or 4936584. OLE color: 4936584.
HSL color Cylindrical-coordinate representation of color #88534B: 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 #88534B is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 83 | 75 | - |
| 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.52 | 11.93 | 8.19 | - |
| YUV | 97.94 | 115.06 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 83 | 75 | 0 | 0.39 | 0.45 | 0.47 | 7.87 | 0.29 | 0.41 |
| Hex | 88 | 53 | 4B | 0 | 27 | 2D | 2F | 8 | 1D | 29 |
| Octal | 210 | 123 | 113 | 0 | 47 | 55 | 57 | 10 | 35 | 51 |
| Binary | 10001000 | 1010011 | 1001011 | 0 | 100111 | 101101 | 101111 | 1000 | 11101 | 101001 |
Color Harmonies of #88534B
Complementary color
Monochromatic Colors of #88534B
Black with #88534B
Text Example
Text Example
White with #88534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88534B; }
p { color: rgb(136,83,75); }
H1.HeaderClassName
{
color: #88534B;
}
.AnyTagClassName
{
color: #88534B;
}
</style>
background-color css
<style>
a { background-color: #88534B; }
a { background-color: rgb(136,83,75); }
div.DivClassName
{
background-color: #88534B;
}
.BgClassName
{
background-color: #88534B;
}
</style>
border-color css
<style>
span { border-color: #88534B; }
span { border-color: rgb(136,83,75); }
td.TdClassName
{
border-color: #88534B;
}
.TagClassName
{
border-color: #88534B;
}
</style>