#845250

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

Shades of Lotus #845250

Tints of Lotus #845250

Color information

#845250 (or 0x845250) is unknown color: approx Lotus. HEX triplet: 84, 52 and 50. RGB value is (132,82,80). Sum of RGB (Red+Green+Blue) = 132+82+80=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845250 is #7BADAF. Grayscale: #606060. Windows color (decimal): -8105392 or 5264004. OLE color: 5264004.

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

Color convert

RGB1328280-
CMYK00.380.390.48
HSL2.31º24.53%41.57%-
HSV(B)2.31º39.39%51.76%-
XYZ13.9811.529.08-
YUV96.72118.56153.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 82 (32.42% from 255) = 27.89%
BLUE value IS 80 (31.64% from 255) = 27.21%
R=44.90%
G=27.89%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132828000.380.390.482.3124.5341.57
Hex84525002627302192a
Octal204122120046476023152
Binary100001001010010101000001001101001111100001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845250; }

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

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

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

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

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

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

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

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