#865047

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

Shades of Lotus #865047

Tints of Lotus #865047

Color information

#865047 (or 0x865047) is unknown color: approx Lotus. HEX triplet: 86, 50 and 47. RGB value is (134,80,71). Sum of RGB (Red+Green+Blue) = 134+80+71=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #865047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865047 is #79AFB8. Grayscale: #5F5F5F. Windows color (decimal): -7974841 or 4673670. OLE color: 4673670.

HSL color Cylindrical-coordinate representation of color #865047: hue angle of 8.57º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #865047 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB1348071-
CMYK00.400.470.47
HSL8.57º30.73%40.2%-
HSV(B)8.57º47.01%52.55%-
XYZ13.8411.267.41-
YUV95.12114.39155.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.02%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 71 (28.12% from 255) = 24.91%
R=47.02%
G=28.07%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134807100.400.470.478.5730.7340.2
Hex8650470282F2F91f28
Octal2061201070505757113750
Binary10000110101000010001110101000101111101111100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865047; }

 p { color: rgb(134,80,71); }

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

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

 a { background-color: rgb(134,80,71); }

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

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

 span { border-color: rgb(134,80,71); }

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