#86524B

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

Shades of Lotus #86524B

Tints of Lotus #86524B

Color information

#86524B (or 0x86524B) is unknown color: approx Lotus. HEX triplet: 86, 52 and 4B. RGB value is (134,82,75). Sum of RGB (Red+Green+Blue) = 134+82+75=291 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.05% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 134 - color contains mainly: red. Hex color #86524B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86524B is #79ADB4. Grayscale: #606060. Windows color (decimal): -7974325 or 4936326. OLE color: 4936326.

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

Color convert

RGB1348275-
CMYK00.390.440.47
HSL7.12º28.23%40.98%-
HSV(B)7.12º44.03%52.55%-
XYZ14.1211.618.15-
YUV96.75115.73154.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.05%
GREEN value IS 82 (32.42% from 255) = 28.18%
BLUE value IS 75 (29.69% from 255) = 25.77%
R=46.05%
G=28.18%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134827500.390.440.477.1228.2340.98
Hex86524B0272C2F71c29
Octal206122113047545773451
Binary1000011010100101001011010011110110010111111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86524B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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