#845350

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

Shades of Lotus #845350

Tints of Lotus #845350

Color information

#845350 (or 0x845350) is unknown color: approx Lotus. HEX triplet: 84, 53 and 50. RGB value is (132,83,80). Sum of RGB (Red+Green+Blue) = 132+83+80=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #845350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845350 is #7BACAF. Grayscale: #616161. Windows color (decimal): -8105136 or 5264260. OLE color: 5264260.

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

Color convert

RGB1328380-
CMYK00.370.390.48
HSL3.46º24.53%41.57%-
HSV(B)3.46º39.39%51.76%-
XYZ14.0611.679.1-
YUV97.31118.23152.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=44.75%
G=28.14%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132838000.370.390.483.4624.5341.57
Hex84535002527303192a
Octal204123120045476033152
Binary100001001010011101000001001011001111100001111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845350; }

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

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

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

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

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

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

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

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