#825854

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

Shades of Lotus #825854

Tints of Lotus #825854

Color information

#825854 (or 0x825854) is unknown color: approx Lotus. HEX triplet: 82, 58 and 54. RGB value is (130,88,84). Sum of RGB (Red+Green+Blue) = 130+88+84=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #825854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825854 is #7DA7AB. Grayscale: #646464. Windows color (decimal): -8234924 or 5527682. OLE color: 5527682.

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

Color convert

RGB1308884-
CMYK00.320.350.49
HSL5.22º21.5%41.96%-
HSV(B)5.22º35.38%50.98%-
XYZ14.312.3710.02-
YUV100.1118.91149.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=43.05%
G=29.14%
B=27.81%

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
Decimal130888400.320.350.495.2221.541.96
Hex82585402023315152a
Octal202130124040436152552
Binary1000001010110001010100010000010001111000110110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825854; }

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

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

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

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

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

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

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

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