#825855

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

Shades of Lotus #825855

Tints of Lotus #825855

Color information

#825855 (or 0x825855) is unknown color: approx Lotus. HEX triplet: 82, 58 and 55. RGB value is (130,88,85). Sum of RGB (Red+Green+Blue) = 130+88+85=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 130 - color contains mainly: red. Hex color #825855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825855 is #7DA7AA. Grayscale: #646464. Windows color (decimal): -8234923 or 5593218. OLE color: 5593218.

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

Color convert

RGB1308885-
CMYK00.320.350.49
HSL20.93%42.16%-
HSV(B)34.62%50.98%-
XYZ14.3412.3810.23-
YUV100.22119.41149.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=42.90%
G=29.04%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130888500.320.350.49420.9342.16
Hex82585502023314152a
Octal202130125040436142552
Binary1000001010110001010101010000010001111000110010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825855; }

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

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

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

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

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

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

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

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