#8B564A

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

Shades of Lotus #8B564A

Tints of Lotus #8B564A

Color information

#8B564A (or 0x8B564A) is unknown color: approx Lotus. HEX triplet: 8B, 56 and 4A. RGB value is (139,86,74). Sum of RGB (Red+Green+Blue) = 139+86+74=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B564A is #74A9B5. Grayscale: #646464. Windows color (decimal): -7645622 or 4871819. OLE color: 4871819.

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

Color convert

RGB1398674-
CMYK00.380.470.45
HSL11.08º30.52%41.76%-
HSV(B)11.08º46.76%54.51%-
XYZ15.2112.648.12-
YUV100.48113.06155.48-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 74 (29.30% from 255) = 24.75%
R=46.49%
G=28.76%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139867400.380.470.4511.0830.5241.76
Hex8B564A0262F2Db1f2a
Octal2131261120465755133752
Binary10001011101011010010100100110101111101101101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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