#864848

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

Shades of Lotus #864848

Tints of Lotus #864848

Color information

#864848 (or 0x864848) is unknown color: approx Lotus. HEX triplet: 86, 48 and 48. RGB value is (134,72,72). Sum of RGB (Red+Green+Blue) = 134+72+72=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #864848 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864848 is #79B7B7. Grayscale: #5A5A5A. Windows color (decimal): -7976888 or 4737158. OLE color: 4737158.

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

Color convert

RGB1347272-
CMYK00.460.460.47
HSL30.1%40.39%-
HSV(B)46.27%52.55%-
XYZ13.3210.177.39-
YUV90.54117.54159-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=48.20%
G=25.90%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134727200.460.460.47030.140.39
Hex86484802E2E2F01e28
Octal206110110056565703650
Binary10000110100100010010000101110101110101111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864848; }

 p { color: rgb(134,72,72); }

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

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

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

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

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

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

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