#825755

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

Shades of Lotus #825755

Tints of Lotus #825755

Color information

#825755 (or 0x825755) is unknown color: approx Lotus. HEX triplet: 82, 57 and 55. RGB value is (130,87,85). Sum of RGB (Red+Green+Blue) = 130+87+85=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825755 is #7DA8AA. Grayscale: #636363. Windows color (decimal): -8235179 or 5592962. OLE color: 5592962.

HSL color Cylindrical-coordinate representation of color #825755: hue angle of 2.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #825755 is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB1308785-
CMYK00.330.350.49
HSL2.67º20.93%42.16%-
HSV(B)2.67º34.62%50.98%-
XYZ14.2512.2210.2-
YUV99.63119.75149.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 85 (33.59% from 255) = 28.15%
R=43.05%
G=28.81%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130878500.330.350.492.6720.9342.16
Hex82575502123313152a
Octal202127125041436132552
Binary100000101010111101010101000011000111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825755; }

 p { color: rgb(130,87,85); }

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

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

 a { background-color: rgb(130,87,85); }

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

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

 span { border-color: rgb(130,87,85); }

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