#865952

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

Shades of Lotus #865952

Tints of Lotus #865952

Color information

#865952 (or 0x865952) is unknown color: approx Lotus. HEX triplet: 86, 59 and 52. RGB value is (134,89,82). Sum of RGB (Red+Green+Blue) = 134+89+82=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 134 - color contains mainly: red. Hex color #865952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865952 is #79A6AD. Grayscale: #656565. Windows color (decimal): -7972526 or 5396870. OLE color: 5396870.

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

Color convert

RGB1348982-
CMYK00.340.390.47
HSL8.08º24.07%42.35%-
HSV(B)8.08º38.81%52.55%-
XYZ14.9312.829.67-
YUV101.66116.91151.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.93%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=43.93%
G=29.18%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134898200.340.390.478.0824.0742.35
Hex865952022272F8182a
Octal2061311220424757103052
Binary10000110101100110100100100010100111101111100011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865952; }

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

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

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

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

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

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

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

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