#86554A

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

Shades of Lotus #86554A

Tints of Lotus #86554A

Color information

#86554A (or 0x86554A) is unknown color: approx Lotus. HEX triplet: 86, 55 and 4A. RGB value is (134,85,74). Sum of RGB (Red+Green+Blue) = 134+85+74=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86554A is #79AAB5. Grayscale: #626262. Windows color (decimal): -7973558 or 4871558. OLE color: 4871558.

HSL color Cylindrical-coordinate representation of color #86554A: hue angle of 11º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86554A is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1348574-
CMYK00.370.450.47
HSL11º28.85%40.78%-
HSV(B)11º44.78%52.55%-
XYZ14.3212.068.05-
YUV98.4114.23153.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 85 (33.59% from 255) = 29.01%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=45.73%
G=29.01%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134857400.370.450.471128.8540.78
Hex86554A0252D2Fb1d29
Octal2061251120455557133551
Binary10000110101010110010100100101101101101111101111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86554A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86554A; }

 p { color: rgb(134,85,74); }

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

<style>
 a { background-color: #86554A; }

 a { background-color: rgb(134,85,74); }

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

<style>
 span { border-color: #86554A; }

 span { border-color: rgb(134,85,74); }

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