#8B4C48

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

Shades of Lotus #8B4C48

Tints of Lotus #8B4C48

Color information

#8B4C48 (or 0x8B4C48) is unknown color: approx Lotus. HEX triplet: 8B, 4C and 48. RGB value is (139,76,72). Sum of RGB (Red+Green+Blue) = 139+76+72=287 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.43% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4C48 is #74B3B7. Grayscale: #5E5E5E. Windows color (decimal): -7648184 or 4738187. OLE color: 4738187.

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

Color convert

RGB1397672-
CMYK00.450.480.45
HSL3.58º31.75%41.37%-
HSV(B)3.58º48.2%54.51%-
XYZ14.411.137.52-
YUV94.38115.37159.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.43%
GREEN value IS 76 (30.08% from 255) = 26.48%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=48.43%
G=26.48%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139767200.450.480.453.5831.7541.37
Hex8B4C4802D302D42029
Octal213114110055605544051
Binary10001011100110010010000101101110000101101100100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,76,72); }

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

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

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

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

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

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

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