#8B4E4D

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

Shades of Lotus #8B4E4D

Tints of Lotus #8B4E4D

Color information

#8B4E4D (or 0x8B4E4D) is unknown color: approx Lotus. HEX triplet: 8B, 4E and 4D. RGB value is (139,78,77). Sum of RGB (Red+Green+Blue) = 139+78+77=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 78 (30.86% from 255 or 26.53% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4E4D is #74B1B2. Grayscale: #606060. Windows color (decimal): -7647667 or 5066379. OLE color: 5066379.

HSL color Cylindrical-coordinate representation of color #8B4E4D: hue angle of 0.97º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4E4D is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.45.

Color convert

RGB1397877-
CMYK00.440.450.45
HSL0.97º28.7%42.35%-
HSV(B)0.97º44.6%54.51%-
XYZ14.7111.478.46-
YUV96.12117.21158.58-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 78 (30.86% from 255) = 26.53%
BLUE value IS 77 (30.47% from 255) = 26.19%
R=47.28%
G=26.53%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139787700.440.450.450.9728.742.35
Hex8B4E4D02C2D2D11d2a
Octal213116115054555513552
Binary10001011100111010011010101100101101101101111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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