#8B4D49

Color #8B4D49 Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #8B4D49

Tints of Lotus #8B4D49

Color information

#8B4D49 (or 0x8B4D49) is unknown color: approx Lotus. HEX triplet: 8B, 4D and 49. RGB value is (139,77,73). Sum of RGB (Red+Green+Blue) = 139+77+73=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4D49 is #74B2B6. Grayscale: #5F5F5F. Windows color (decimal): -7647927 or 4803979. OLE color: 4803979.

HSL color Cylindrical-coordinate representation of color #8B4D49: hue angle of 3.64º 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 #8B4D49 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB1397773-
CMYK00.450.470.45
HSL3.64º31.13%41.57%-
HSV(B)3.64º47.48%54.51%-
XYZ14.511.287.72-
YUV95.08115.54159.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 48.10%
GREEN value IS 77 (30.47% from 255) = 26.64%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=48.10%
G=26.64%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139777300.450.470.453.6431.1341.57
Hex8B4D4902D2F2D41f2a
Octal213115111055575543752
Binary1000101110011011001001010110110111110110110011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B4D49; }

 p { color: rgb(139,77,73); }

 H1.HeaderClassName
 {
   color: #8B4D49;
 }
 .AnyTagClassName
 {
   color: #8B4D49;
 }
</style>
background-color css

<style>
 a { background-color: #8B4D49; }

 a { background-color: rgb(139,77,73); }

 div.DivClassName
 {
   background-color: #8B4D49;
 }
 .BgClassName
 {
   background-color: #8B4D49;
 }
</style>
border-color css

<style>
 span { border-color: #8B4D49; }

 span { border-color: rgb(139,77,73); }

 td.TdClassName
 {
   border-color: #8B4D49;
 }
 .TagClassName
 {
   border-color: #8B4D49;
 }
</style>