#8B554B

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

Shades of Lotus #8B554B

Tints of Lotus #8B554B

Color information

#8B554B (or 0x8B554B) is unknown color: approx Lotus. HEX triplet: 8B, 55 and 4B. RGB value is (139,85,75). Sum of RGB (Red+Green+Blue) = 139+85+75=299 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.49% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 139 - color contains mainly: red. Hex color #8B554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B554B is #74AAB4. Grayscale: #646464. Windows color (decimal): -7645877 or 4937099. OLE color: 4937099.

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

Color convert

RGB1398575-
CMYK00.390.460.45
HSL9.38º29.91%41.96%-
HSV(B)9.38º46.04%54.51%-
XYZ15.1712.498.27-
YUV100.01113.89155.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 46.49%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=46.49%
G=28.43%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139857500.390.460.459.3829.9141.96
Hex8B554B0272E2D91e2a
Octal2131251130475655113652
Binary10001011101010110010110100111101110101101100111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,85,75); }

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

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

 a { background-color: rgb(139,85,75); }

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

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

 span { border-color: rgb(139,85,75); }

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