#8B4A48

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

Shades of Lotus #8B4A48

Tints of Lotus #8B4A48

Color information

#8B4A48 (or 0x8B4A48) is unknown color: approx Lotus. HEX triplet: 8B, 4A and 48. RGB value is (139,74,72). Sum of RGB (Red+Green+Blue) = 139+74+72=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B4A48 is #74B5B7. Grayscale: #5D5D5D. Windows color (decimal): -7648696 or 4737675. OLE color: 4737675.

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

Color convert

RGB1397472-
CMYK00.470.480.45
HSL1.79º31.75%41.37%-
HSV(B)1.79º48.2%54.51%-
XYZ14.2710.857.47-
YUV93.21116.03160.66-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 48.77%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=48.77%
G=25.96%
B=25.26%

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
Decimal139747200.470.480.451.7931.7541.37
Hex8B4A4802F302D22029
Octal213112110057605524051
Binary1000101110010101001000010111111000010110110100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B4A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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