#8B4F48

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

Shades of Lotus #8B4F48

Tints of Lotus #8B4F48

Color information

#8B4F48 (or 0x8B4F48) is unknown color: approx Lotus. HEX triplet: 8B, 4F and 48. RGB value is (139,79,72). Sum of RGB (Red+Green+Blue) = 139+79+72=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 72 (28.52% from 255 or 24.83% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B4F48 is #74B0B7. Grayscale: #606060. Windows color (decimal): -7647416 or 4738955. OLE color: 4738955.

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

Color convert

RGB1397972-
CMYK00.430.480.45
HSL6.27º31.75%41.37%-
HSV(B)6.27º48.2%54.51%-
XYZ14.6111.557.59-
YUV96.14114.38158.57-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.93%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 72 (28.52% from 255) = 24.83%
R=47.93%
G=27.24%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139797200.430.480.456.2731.7541.37
Hex8B4F4802B302D62029
Octal213117110053605564051
Binary10001011100111110010000101011110000101101110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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