#8B5148

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

Shades of Lotus #8B5148

Tints of Lotus #8B5148

Color information

#8B5148 (or 0x8B5148) is unknown color: approx Lotus. HEX triplet: 8B, 51 and 48. RGB value is (139,81,72). Sum of RGB (Red+Green+Blue) = 139+81+72=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5148 is #74AEB7. Grayscale: #616161. Windows color (decimal): -7646904 or 4739467. OLE color: 4739467.

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

Color convert

RGB1398172-
CMYK00.420.480.45
HSL8.06º31.75%41.37%-
HSV(B)8.06º48.2%54.51%-
XYZ14.7611.847.64-
YUV97.32113.72157.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.60%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 72 (28.52% from 255) = 24.66%
R=47.60%
G=27.74%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139817200.420.480.458.0631.7541.37
Hex8B514802A302D82029
Octal2131211100526055104051
Binary100010111010001100100001010101100001011011000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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