#8B4A4A

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

Shades of Lotus #8B4A4A

Tints of Lotus #8B4A4A

Color information

#8B4A4A (or 0x8B4A4A) is unknown color: approx Lotus. HEX triplet: 8B, 4A and 4A. RGB value is (139,74,74). Sum of RGB (Red+Green+Blue) = 139+74+74=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A4A is #74B5B5. Grayscale: #5D5D5D. Windows color (decimal): -7648694 or 4868747. OLE color: 4868747.

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

Color convert

RGB1397474-
CMYK00.470.470.45
HSL30.52%41.76%-
HSV(B)46.76%54.51%-
XYZ14.3310.887.82-
YUV93.44117.03160.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 74 (29.30% from 255) = 25.78%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=48.43%
G=25.78%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139747400.470.470.45030.5241.76
Hex8B4A4A02F2F2D01f2a
Octal213112112057575503752
Binary10001011100101010010100101111101111101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,74,74); }

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

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

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

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

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

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

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