#845352

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

Shades of Lotus #845352

Tints of Lotus #845352

Color information

#845352 (or 0x845352) is unknown color: approx Lotus. HEX triplet: 84, 53 and 52. RGB value is (132,83,82). Sum of RGB (Red+Green+Blue) = 132+83+82=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #845352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845352 is #7BACAD. Grayscale: #616161. Windows color (decimal): -8105134 or 5395332. OLE color: 5395332.

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

Color convert

RGB1328382-
CMYK00.370.380.48
HSL1.2º23.36%41.96%-
HSV(B)1.2º37.88%51.76%-
XYZ14.1311.79.5-
YUV97.54119.23152.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 82 (32.42% from 255) = 27.61%
R=44.44%
G=27.95%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132838200.370.380.481.223.3641.96
Hex84535202526301172a
Octal204123122045466012752
Binary10000100101001110100100100101100110110000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845352; }

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

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

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

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

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

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

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

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