#845752

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

Shades of Lotus #845752

Tints of Lotus #845752

Color information

#845752 (or 0x845752) is unknown color: approx Lotus. HEX triplet: 84, 57 and 52. RGB value is (132,87,82). Sum of RGB (Red+Green+Blue) = 132+87+82=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845752 is #7BA8AD. Grayscale: #636363. Windows color (decimal): -8104110 or 5396356. OLE color: 5396356.

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

Color convert

RGB1328782-
CMYK00.340.380.48
HSL23.36%41.96%-
HSV(B)37.88%51.76%-
XYZ14.4512.339.6-
YUV99.88117.91150.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=43.85%
G=28.90%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132878200.340.380.48623.3641.96
Hex84575202226306172a
Octal204127122042466062752
Binary1000010010101111010010010001010011011000011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845752; }

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

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

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

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

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

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

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

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