#865248

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

Shades of Lotus #865248

Tints of Lotus #865248

Color information

#865248 (or 0x865248) is unknown color: approx Lotus. HEX triplet: 86, 52 and 48. RGB value is (134,82,72). Sum of RGB (Red+Green+Blue) = 134+82+72=288 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.53% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 134 - color contains mainly: red. Hex color #865248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865248 is #79ADB7. Grayscale: #606060. Windows color (decimal): -7974328 or 4739718. OLE color: 4739718.

HSL color Cylindrical-coordinate representation of color #865248: hue angle of 9.68º 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 #865248 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1348272-
CMYK00.390.460.47
HSL9.68º30.1%40.39%-
HSV(B)9.68º46.27%52.55%-
XYZ14.0211.577.63-
YUV96.41114.23154.81-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.53%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 72 (28.52% from 255) = 25%
R=46.53%
G=28.47%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134827200.390.460.479.6830.140.39
Hex8652480272E2Fa1e28
Octal2061221100475657123650
Binary10000110101001010010000100111101110101111101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865248; }

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

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

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

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

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

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

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

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