#845552

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

Shades of Lotus #845552

Tints of Lotus #845552

Color information

#845552 (or 0x845552) is unknown color: approx Lotus. HEX triplet: 84, 55 and 52. RGB value is (132,85,82). Sum of RGB (Red+Green+Blue) = 132+85+82=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #845552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845552 is #7BAAAD. Grayscale: #626262. Windows color (decimal): -8104622 or 5395844. OLE color: 5395844.

HSL color Cylindrical-coordinate representation of color #845552: hue angle of 3.6º 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 #845552 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1328582-
CMYK00.360.380.48
HSL3.6º23.36%41.96%-
HSV(B)3.6º37.88%51.76%-
XYZ14.2912.019.55-
YUV98.71118.57151.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 82 (32.42% from 255) = 27.42%
R=44.15%
G=28.43%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132858200.360.380.483.623.3641.96
Hex84555202426304172a
Octal204125122044466042752
Binary1000010010101011010010010010010011011000010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845552; }

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

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

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

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

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

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

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

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