#8B5853

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

Shades of Lotus #8B5853

Tints of Lotus #8B5853

Color information

#8B5853 (or 0x8B5853) is unknown color: approx Lotus. HEX triplet: 8B, 58 and 53. RGB value is (139,88,83). Sum of RGB (Red+Green+Blue) = 139+88+83=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 83 (32.81% from 255 or 26.77% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5853 is #74A7AC. Grayscale: #666666. Windows color (decimal): -7645101 or 5462155. OLE color: 5462155.

HSL color Cylindrical-coordinate representation of color #8B5853: hue angle of 5.36º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5853 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB1398883-
CMYK00.370.400.45
HSL5.36º25.23%43.53%-
HSV(B)5.36º40.29%54.51%-
XYZ15.713.099.88-
YUV102.68116.9153.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 44.84%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 83 (32.81% from 255) = 26.77%
R=44.84%
G=28.39%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139888300.370.400.455.3625.2343.53
Hex8B5853025282D5192c
Octal213130123045505553154
Binary1000101110110001010011010010110100010110110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,88,83); }

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

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

 a { background-color: rgb(139,88,83); }

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

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

 span { border-color: rgb(139,88,83); }

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