Shades of Lotus #84514B
Tints of Lotus #84514B
RGB
CMYK
RGB Variations
Color information
#84514B (or 0x84514B) is known color: Lotus. HEX triplet: 84, 51 and 4B. RGB value is (132,81,75). Sum of RGB (Red+Green+Blue) = 132+81+75=288 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.83% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 132 - color contains mainly: red. Hex color #84514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84514B is #7BAEB4. Grayscale: #5F5F5F. Windows color (decimal): -8105653 or 4936068. OLE color: 4936068.
HSL color Cylindrical-coordinate representation of color #84514B: hue angle of 6.32º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84514B is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 81 | 75 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.48 |
| HSL | 6.32º | 0.28% | 0.41% | - |
| HSV(B) | 6.32º | 0.43% | 0.52% | - |
| XYZ | 13.73 | 11.3 | 8.11 | - |
| YUV | 95.57 | 116.4 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 81 | 75 | 0 | 0.39 | 0.43 | 0.48 | 6.32 | 0.28 | 0.41 |
| Hex | 84 | 51 | 4B | 0 | 27 | 2B | 30 | 6 | 1C | 29 |
| Octal | 204 | 121 | 113 | 0 | 47 | 53 | 60 | 6 | 34 | 51 |
| Binary | 10000100 | 1010001 | 1001011 | 0 | 100111 | 101011 | 110000 | 110 | 11100 | 101001 |
Color Harmonies of #84514B
Complementary color
Monochromatic Colors of #84514B
Black with #84514B
Text Example
Text Example
White with #84514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84514B; }
p { color: rgb(132,81,75); }
H1.HeaderClassName
{
color: #84514B;
}
.AnyTagClassName
{
color: #84514B;
}
</style>
background-color css
<style>
a { background-color: #84514B; }
a { background-color: rgb(132,81,75); }
div.DivClassName
{
background-color: #84514B;
}
.BgClassName
{
background-color: #84514B;
}
</style>
border-color css
<style>
span { border-color: #84514B; }
span { border-color: rgb(132,81,75); }
td.TdClassName
{
border-color: #84514B;
}
.TagClassName
{
border-color: #84514B;
}
</style>