#86574F

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

Shades of Lotus #86574F

Tints of Lotus #86574F

Color information

#86574F (or 0x86574F) is unknown color: approx Lotus. HEX triplet: 86, 57 and 4F. RGB value is (134,87,79). Sum of RGB (Red+Green+Blue) = 134+87+79=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #86574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86574F is #79A8B0. Grayscale: #646464. Windows color (decimal): -7973041 or 5199750. OLE color: 5199750.

HSL color Cylindrical-coordinate representation of color #86574F: hue angle of 8.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86574F is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1348779-
CMYK00.350.410.47
HSL8.73º25.82%41.76%-
HSV(B)8.73º41.04%52.55%-
XYZ14.6512.459.03-
YUV100.14116.07152.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=44.67%
G=29%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134877900.350.410.478.7325.8241.76
Hex86574F023292F91a2a
Octal2061271170435157113252
Binary10000110101011110011110100011101001101111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86574F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86574F; }

 p { color: rgb(134,87,79); }

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

<style>
 a { background-color: #86574F; }

 a { background-color: rgb(134,87,79); }

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

<style>
 span { border-color: #86574F; }

 span { border-color: rgb(134,87,79); }

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