#8B5048

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

Shades of Lotus #8B5048

Tints of Lotus #8B5048

Color information

#8B5048 (or 0x8B5048) is unknown color: approx Lotus. HEX triplet: 8B, 50 and 48. RGB value is (139,80,72). Sum of RGB (Red+Green+Blue) = 139+80+72=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5048 is #74AFB7. Grayscale: #606060. Windows color (decimal): -7647160 or 4739211. OLE color: 4739211.

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

Color convert

RGB1398072-
CMYK00.420.480.45
HSL7.16º31.75%41.37%-
HSV(B)7.16º48.2%54.51%-
XYZ14.6911.697.61-
YUV96.73114.05158.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 47.77%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 72 (28.52% from 255) = 24.74%
R=47.77%
G=27.49%
B=24.74%

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
Decimal139807200.420.480.457.1631.7541.37
Hex8B504802A302D72029
Octal213120110052605574051
Binary10001011101000010010000101010110000101101111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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