#8B5752

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

Shades of Lotus #8B5752

Tints of Lotus #8B5752

Color information

#8B5752 (or 0x8B5752) is unknown color: approx Lotus. HEX triplet: 8B, 57 and 52. RGB value is (139,87,82). Sum of RGB (Red+Green+Blue) = 139+87+82=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 82 (32.42% from 255 or 26.62% from 308); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5752 is #74A8AD. Grayscale: #666666. Windows color (decimal): -7645358 or 5396363. OLE color: 5396363.

HSL color Cylindrical-coordinate representation of color #8B5752: hue angle of 5.26º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5752 is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB1398782-
CMYK00.370.410.45
HSL5.26º25.79%43.33%-
HSV(B)5.26º41.01%54.51%-
XYZ15.5812.919.65-
YUV101.98116.73154.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 82 (32.42% from 255) = 26.62%
R=45.13%
G=28.25%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139878200.370.410.455.2625.7943.33
Hex8B5752025292D51a2b
Octal213127122045515553253
Binary1000101110101111010010010010110100110110110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,87,82); }

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

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

 a { background-color: rgb(139,87,82); }

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

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

 span { border-color: rgb(139,87,82); }

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