#8B5249

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

Shades of Lotus #8B5249

Tints of Lotus #8B5249

Color information

#8B5249 (or 0x8B5249) is unknown color: approx Lotus. HEX triplet: 8B, 52 and 49. RGB value is (139,82,73). Sum of RGB (Red+Green+Blue) = 139+82+73=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5249 is #74ADB6. Grayscale: #626262. Windows color (decimal): -7646647 or 4805259. OLE color: 4805259.

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

Color convert

RGB1398273-
CMYK00.410.470.45
HSL8.18º31.13%41.57%-
HSV(B)8.18º47.48%54.51%-
XYZ14.87127.84-
YUV98.02113.88157.23-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.28%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=47.28%
G=27.89%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139827300.410.470.458.1831.1341.57
Hex8B52490292F2D81f2a
Octal2131221110515755103752
Binary10001011101001010010010101001101111101101100011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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