#825655

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

Shades of Lotus #825655

Tints of Lotus #825655

Color information

#825655 (or 0x825655) is unknown color: approx Lotus. HEX triplet: 82, 56 and 55. RGB value is (130,86,85). Sum of RGB (Red+Green+Blue) = 130+86+85=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #825655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825655 is #7DA9AA. Grayscale: #636363. Windows color (decimal): -8235435 or 5592706. OLE color: 5592706.

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

Color convert

RGB1308685-
CMYK00.340.350.49
HSL1.33º20.93%42.16%-
HSV(B)1.33º34.62%50.98%-
XYZ14.1712.0610.17-
YUV99.04120.08150.08-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 85 (33.59% from 255) = 28.24%
R=43.19%
G=28.57%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130868500.340.350.491.3320.9342.16
Hex82565502223311152a
Octal202126125042436112552
Binary10000010101011010101010100010100011110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825655; }

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

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

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

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

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

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

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

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