#8B4948

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

Shades of Lotus #8B4948

Tints of Lotus #8B4948

Color information

#8B4948 (or 0x8B4948) is unknown color: approx Lotus. HEX triplet: 8B, 49 and 48. RGB value is (139,73,72). Sum of RGB (Red+Green+Blue) = 139+73+72=284 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.94% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4948 is #74B6B7. Grayscale: #5C5C5C. Windows color (decimal): -7648952 or 4737419. OLE color: 4737419.

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

Color convert

RGB1397372-
CMYK00.470.480.45
HSL0.9º31.75%41.37%-
HSV(B)0.9º48.2%54.51%-
XYZ14.210.727.45-
YUV92.62116.37161.08-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.94%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 72 (28.52% from 255) = 25.35%
R=48.94%
G=25.70%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139737200.470.480.450.931.7541.37
Hex8B494802F302D12029
Octal213111110057605514051
Binary100010111001001100100001011111100001011011100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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