#825654

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

Shades of Lotus #825654

Tints of Lotus #825654

Color information

#825654 (or 0x825654) is unknown color: approx Lotus. HEX triplet: 82, 56 and 54. RGB value is (130,86,84). Sum of RGB (Red+Green+Blue) = 130+86+84=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 130 - color contains mainly: red. Hex color #825654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825654 is #7DA9AB. Grayscale: #626262. Windows color (decimal): -8235436 or 5527170. OLE color: 5527170.

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

Color convert

RGB1308684-
CMYK00.340.350.49
HSL2.61º21.5%41.96%-
HSV(B)2.61º35.38%50.98%-
XYZ14.1312.049.97-
YUV98.93119.58150.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 84 (33.20% from 255) = 28%
R=43.33%
G=28.67%
B=28%

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
Decimal130868400.340.350.492.6121.541.96
Hex82565402223313152a
Octal202126124042436132552
Binary100000101010110101010001000101000111100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825654; }

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

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

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

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

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

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

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

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