Shades of Lotus #88544A
Tints of Lotus #88544A
RGB
CMYK
RGB Variations
Color information
#88544A (or 0x88544A) is known color: Lotus. HEX triplet: 88, 54 and 4A. RGB value is (136,84,74). Sum of RGB (Red+Green+Blue) = 136+84+74=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88544A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88544A is #77ABB5. Grayscale: #626262. Windows color (decimal): -7842742 or 4871304. OLE color: 4871304.
HSL color Cylindrical-coordinate representation of color #88544A: hue angle of 9.68º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88544A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 74 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.47 |
| HSL | 9.68º | 0.3% | 0.41% | - |
| HSV(B) | 9.68º | 0.46% | 0.53% | - |
| XYZ | 14.56 | 12.07 | 8.04 | - |
| YUV | 98.41 | 114.23 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 74 | 0 | 0.38 | 0.46 | 0.47 | 9.68 | 0.3 | 0.41 |
| Hex | 88 | 54 | 4A | 0 | 26 | 2E | 2F | A | 1E | 29 |
| Octal | 210 | 124 | 112 | 0 | 46 | 56 | 57 | 12 | 36 | 51 |
| Binary | 10001000 | 1010100 | 1001010 | 0 | 100110 | 101110 | 101111 | 1010 | 11110 | 101001 |
Color Harmonies of #88544A
Complementary color
Monochromatic Colors of #88544A
Black with #88544A
Text Example
Text Example
White with #88544A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88544A; }
p { color: rgb(136,84,74); }
H1.HeaderClassName
{
color: #88544A;
}
.AnyTagClassName
{
color: #88544A;
}
</style>
background-color css
<style>
a { background-color: #88544A; }
a { background-color: rgb(136,84,74); }
div.DivClassName
{
background-color: #88544A;
}
.BgClassName
{
background-color: #88544A;
}
</style>
border-color css
<style>
span { border-color: #88544A; }
span { border-color: rgb(136,84,74); }
td.TdClassName
{
border-color: #88544A;
}
.TagClassName
{
border-color: #88544A;
}
</style>