#8B4F4E

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

Shades of Lotus #8B4F4E

Tints of Lotus #8B4F4E

Color information

#8B4F4E (or 0x8B4F4E) is unknown color: approx Lotus. HEX triplet: 8B, 4F and 4E. RGB value is (139,79,78). Sum of RGB (Red+Green+Blue) = 139+79+78=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4F4E is #74B0B1. Grayscale: #606060. Windows color (decimal): -7647410 or 5132171. OLE color: 5132171.

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

Color convert

RGB1397978-
CMYK00.430.440.45
HSL0.98º28.11%42.55%-
HSV(B)0.98º43.88%54.51%-
XYZ14.8211.638.67-
YUV96.83117.38158.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.96%
GREEN value IS 79 (31.25% from 255) = 26.69%
BLUE value IS 78 (30.86% from 255) = 26.35%
R=46.96%
G=26.69%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139797800.430.440.450.9828.1142.55
Hex8B4F4E02B2C2D11c2b
Octal213117116053545513453
Binary10001011100111110011100101011101100101101111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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