Shades of Lotus #8D534B
Tints of Lotus #8D534B
RGB
CMYK
RGB Variations
Color information
#8D534B (or 0x8D534B) is known color: Lotus. HEX triplet: 8D, 53 and 4B. RGB value is (141,83,75). Sum of RGB (Red+Green+Blue) = 141+83+75=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D534B is #72ACB4. Grayscale: #636363. Windows color (decimal): -7515317 or 4936589. OLE color: 4936589.
HSL color Cylindrical-coordinate representation of color #8D534B: hue angle of 7.27º 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 #8D534B is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 75 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.45 |
| HSL | 7.27º | 0.31% | 0.42% | - |
| HSV(B) | 7.27º | 0.47% | 0.55% | - |
| XYZ | 15.35 | 12.36 | 8.23 | - |
| YUV | 99.43 | 114.22 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 75 | 0 | 0.41 | 0.47 | 0.45 | 7.27 | 0.31 | 0.42 |
| Hex | 8D | 53 | 4B | 0 | 29 | 2F | 2D | 7 | 1F | 2A |
| Octal | 215 | 123 | 113 | 0 | 51 | 57 | 55 | 7 | 37 | 52 |
| Binary | 10001101 | 1010011 | 1001011 | 0 | 101001 | 101111 | 101101 | 111 | 11111 | 101010 |
Color Harmonies of #8D534B
Complementary color
Monochromatic Colors of #8D534B
Black with #8D534B
Text Example
Text Example
White with #8D534B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D534B; }
p { color: rgb(141,83,75); }
H1.HeaderClassName
{
color: #8D534B;
}
.AnyTagClassName
{
color: #8D534B;
}
</style>
background-color css
<style>
a { background-color: #8D534B; }
a { background-color: rgb(141,83,75); }
div.DivClassName
{
background-color: #8D534B;
}
.BgClassName
{
background-color: #8D534B;
}
</style>
border-color css
<style>
span { border-color: #8D534B; }
span { border-color: rgb(141,83,75); }
td.TdClassName
{
border-color: #8D534B;
}
.TagClassName
{
border-color: #8D534B;
}
</style>