#8B5650

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

Shades of Lotus #8B5650

Tints of Lotus #8B5650

Color information

#8B5650 (or 0x8B5650) is unknown color: approx Lotus. HEX triplet: 8B, 56 and 50. RGB value is (139,86,80). Sum of RGB (Red+Green+Blue) = 139+86+80=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5650 is #74A9AF. Grayscale: #656565. Windows color (decimal): -7645616 or 5265035. OLE color: 5265035.

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

Color convert

RGB1398680-
CMYK00.380.420.45
HSL6.1º26.94%42.94%-
HSV(B)6.1º42.45%54.51%-
XYZ15.4212.729.23-
YUV101.16116.06154.99-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.57%
GREEN value IS 86 (33.98% from 255) = 28.20%
BLUE value IS 80 (31.64% from 255) = 26.23%
R=45.57%
G=28.20%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139868000.380.420.456.126.9442.94
Hex8B56500262A2D61b2b
Octal213126120046525563353
Binary1000101110101101010000010011010101010110111011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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