#8B4F4A

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

Shades of Lotus #8B4F4A

Tints of Lotus #8B4F4A

Color information

#8B4F4A (or 0x8B4F4A) is unknown color: approx Lotus. HEX triplet: 8B, 4F and 4A. RGB value is (139,79,74). Sum of RGB (Red+Green+Blue) = 139+79+74=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4F4A is #74B0B5. Grayscale: #606060. Windows color (decimal): -7647414 or 4870027. OLE color: 4870027.

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

Color convert

RGB1397974-
CMYK00.430.470.45
HSL4.62º30.52%41.76%-
HSV(B)4.62º46.76%54.51%-
XYZ14.6811.587.94-
YUV96.37115.38158.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=47.60%
G=27.05%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139797400.430.470.454.6230.5241.76
Hex8B4F4A02B2F2D51f2a
Octal213117112053575553752
Binary1000101110011111001010010101110111110110110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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