Shades of Lotus #8C554A
Tints of Lotus #8C554A
RGB
CMYK
RGB Variations
Color information
#8C554A (or 0x8C554A) is known color: Lotus. HEX triplet: 8C, 55 and 4A. RGB value is (140,85,74). Sum of RGB (Red+Green+Blue) = 140+85+74=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C554A is #73AAB5. Grayscale: #646464. Windows color (decimal): -7580342 or 4871564. OLE color: 4871564.
HSL color Cylindrical-coordinate representation of color #8C554A: hue angle of 10º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C554A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 74 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.45 |
| HSL | 10º | 0.31% | 0.42% | - |
| HSV(B) | 10º | 0.47% | 0.55% | - |
| XYZ | 15.3 | 12.57 | 8.1 | - |
| YUV | 100.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 74 | 0 | 0.39 | 0.47 | 0.45 | 10 | 0.31 | 0.42 |
| Hex | 8C | 55 | 4A | 0 | 27 | 2F | 2D | A | 1F | 2A |
| Octal | 214 | 125 | 112 | 0 | 47 | 57 | 55 | 12 | 37 | 52 |
| Binary | 10001100 | 1010101 | 1001010 | 0 | 100111 | 101111 | 101101 | 1010 | 11111 | 101010 |
Color Harmonies of #8C554A
Complementary color
Monochromatic Colors of #8C554A
Black with #8C554A
Text Example
Text Example
White with #8C554A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C554A; }
p { color: rgb(140,85,74); }
H1.HeaderClassName
{
color: #8C554A;
}
.AnyTagClassName
{
color: #8C554A;
}
</style>
background-color css
<style>
a { background-color: #8C554A; }
a { background-color: rgb(140,85,74); }
div.DivClassName
{
background-color: #8C554A;
}
.BgClassName
{
background-color: #8C554A;
}
</style>
border-color css
<style>
span { border-color: #8C554A; }
span { border-color: rgb(140,85,74); }
td.TdClassName
{
border-color: #8C554A;
}
.TagClassName
{
border-color: #8C554A;
}
</style>