#845652

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

Shades of Lotus #845652

Tints of Lotus #845652

Color information

#845652 (or 0x845652) is unknown color: approx Lotus. HEX triplet: 84, 56 and 52. RGB value is (132,86,82). Sum of RGB (Red+Green+Blue) = 132+86+82=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #845652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845652 is #7BA9AD. Grayscale: #636363. Windows color (decimal): -8104366 or 5396100. OLE color: 5396100.

HSL color Cylindrical-coordinate representation of color #845652: hue angle of 4.8º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #845652 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1328682-
CMYK00.350.380.48
HSL4.8º23.36%41.96%-
HSV(B)4.8º37.88%51.76%-
XYZ14.3712.179.57-
YUV99.3118.24151.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 82 (32.42% from 255) = 27.33%
R=44%
G=28.67%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132868200.350.380.484.823.3641.96
Hex84565202326305172a
Octal204126122043466052752
Binary1000010010101101010010010001110011011000010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845652; }

 p { color: rgb(132,86,82); }

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

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

 a { background-color: rgb(132,86,82); }

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

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

 span { border-color: rgb(132,86,82); }

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