#845850

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

Shades of Lotus #845850

Tints of Lotus #845850

Color information

#845850 (or 0x845850) is unknown color: approx Lotus. HEX triplet: 84, 58 and 50. RGB value is (132,88,80). Sum of RGB (Red+Green+Blue) = 132+88+80=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #845850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845850 is #7BA7AF. Grayscale: #646464. Windows color (decimal): -8103856 or 5265540. OLE color: 5265540.

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

Color convert

RGB1328880-
CMYK00.330.390.48
HSL9.23º24.53%41.57%-
HSV(B)9.23º39.39%51.76%-
XYZ14.4512.469.23-
YUV100.24116.58150.65-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 80 (31.64% from 255) = 26.67%
R=44%
G=29.33%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132888000.330.390.489.2324.5341.57
Hex84585002127309192a
Octal2041301200414760113152
Binary10000100101100010100000100001100111110000100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845850; }

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

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

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

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

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

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

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

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