Shades of Lotus #89574C
Tints of Lotus #89574C
RGB
CMYK
RGB Variations
Color information
#89574C (or 0x89574C) is known color: Lotus. HEX triplet: 89, 57 and 4C. RGB value is (137,87,76). Sum of RGB (Red+Green+Blue) = 137+87+76=300 (39% of max value = 765). Red value is 137 (53.91% from 255 or 45.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 137 - color contains mainly: red. Hex color #89574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #89574C is #76A8B3. Grayscale: #646464. Windows color (decimal): -7776436 or 5003145. OLE color: 5003145.
HSL color Cylindrical-coordinate representation of color #89574C: hue angle of 10.82º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #89574C is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 87 | 76 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.46 |
| HSL | 10.82º | 0.29% | 0.42% | - |
| HSV(B) | 10.82º | 0.45% | 0.54% | - |
| XYZ | 15.03 | 12.66 | 8.49 | - |
| YUV | 100.7 | 114.07 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 76 | 0 | 0.36 | 0.45 | 0.46 | 10.82 | 0.29 | 0.42 |
| Hex | 89 | 57 | 4C | 0 | 24 | 2D | 2E | B | 1D | 2A |
| Octal | 211 | 127 | 114 | 0 | 44 | 55 | 56 | 13 | 35 | 52 |
| Binary | 10001001 | 1010111 | 1001100 | 0 | 100100 | 101101 | 101110 | 1011 | 11101 | 101010 |
Color Harmonies of #89574C
Complementary color
Monochromatic Colors of #89574C
Black with #89574C
Text Example
Text Example
White with #89574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89574C; }
p { color: rgb(137,87,76); }
H1.HeaderClassName
{
color: #89574C;
}
.AnyTagClassName
{
color: #89574C;
}
</style>
background-color css
<style>
a { background-color: #89574C; }
a { background-color: rgb(137,87,76); }
div.DivClassName
{
background-color: #89574C;
}
.BgClassName
{
background-color: #89574C;
}
</style>
border-color css
<style>
span { border-color: #89574C; }
span { border-color: rgb(137,87,76); }
td.TdClassName
{
border-color: #89574C;
}
.TagClassName
{
border-color: #89574C;
}
</style>