#86524E

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

Shades of Lotus #86524E

Tints of Lotus #86524E

Color information

#86524E (or 0x86524E) is unknown color: approx Lotus. HEX triplet: 86, 52 and 4E. RGB value is (134,82,78). Sum of RGB (Red+Green+Blue) = 134+82+78=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86524E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86524E is #79ADB1. Grayscale: #616161. Windows color (decimal): -7974322 or 5132934. OLE color: 5132934.

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

Color convert

RGB1348278-
CMYK00.390.420.47
HSL4.29º26.42%41.57%-
HSV(B)4.29º41.79%52.55%-
XYZ14.2211.658.71-
YUV97.09117.23154.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=45.58%
G=27.89%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134827800.390.420.474.2926.4241.57
Hex86524E0272A2F41a2a
Octal206122116047525743252
Binary1000011010100101001110010011110101010111110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86524E; }

 p { color: rgb(134,82,78); }

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

<style>
 a { background-color: #86524E; }

 a { background-color: rgb(134,82,78); }

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

<style>
 span { border-color: #86524E; }

 span { border-color: rgb(134,82,78); }

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