#845650

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

Shades of Lotus #845650

Tints of Lotus #845650

Color information

#845650 (or 0x845650) is unknown color: approx Lotus. HEX triplet: 84, 56 and 50. RGB value is (132,86,80). Sum of RGB (Red+Green+Blue) = 132+86+80=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #845650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845650 is #7BA9AF. Grayscale: #636363. Windows color (decimal): -8104368 or 5265028. OLE color: 5265028.

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

Color convert

RGB1328680-
CMYK00.350.390.48
HSL6.92º24.53%41.57%-
HSV(B)6.92º39.39%51.76%-
XYZ14.2912.149.18-
YUV99.07117.24151.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=44.30%
G=28.86%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132868000.350.390.486.9224.5341.57
Hex84565002327307192a
Octal204126120043476073152
Binary1000010010101101010000010001110011111000011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845650; }

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

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

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

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

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

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

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

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