#845551

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

Shades of Lotus #845551

Tints of Lotus #845551

Color information

#845551 (or 0x845551) is unknown color: approx Lotus. HEX triplet: 84, 55 and 51. RGB value is (132,85,81). Sum of RGB (Red+Green+Blue) = 132+85+81=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #845551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845551 is #7BAAAE. Grayscale: #626262. Windows color (decimal): -8104623 or 5330308. OLE color: 5330308.

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

Color convert

RGB1328581-
CMYK00.360.390.48
HSL4.71º23.94%41.76%-
HSV(B)4.71º38.64%51.76%-
XYZ14.25129.35-
YUV98.6118.07151.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=44.30%
G=28.52%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132858100.360.390.484.7123.9441.76
Hex84555102427305182a
Octal204125121044476053052
Binary1000010010101011010001010010010011111000010111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845551; }

 p { color: rgb(132,85,81); }

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

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

 a { background-color: rgb(132,85,81); }

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

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

 span { border-color: rgb(132,85,81); }

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