#8B5049

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

Shades of Lotus #8B5049

Tints of Lotus #8B5049

Color information

#8B5049 (or 0x8B5049) is unknown color: approx Lotus. HEX triplet: 8B, 50 and 49. RGB value is (139,80,73). Sum of RGB (Red+Green+Blue) = 139+80+73=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 73 (28.91% from 255 or 25% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5049 is #74AFB6. Grayscale: #606060. Windows color (decimal): -7647159 or 4804747. OLE color: 4804747.

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

Color convert

RGB1398073-
CMYK00.420.470.45
HSL6.36º31.13%41.57%-
HSV(B)6.36º47.48%54.51%-
XYZ14.7211.717.79-
YUV96.84114.55158.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 80 (31.64% from 255) = 27.40%
BLUE value IS 73 (28.91% from 255) = 25%
R=47.60%
G=27.40%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139807300.420.470.456.3631.1341.57
Hex8B504902A2F2D61f2a
Octal213120111052575563752
Binary1000101110100001001001010101010111110110111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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