#825554

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

Shades of Lotus #825554

Tints of Lotus #825554

Color information

#825554 (or 0x825554) is unknown color: approx Lotus. HEX triplet: 82, 55 and 54. RGB value is (130,85,84). Sum of RGB (Red+Green+Blue) = 130+85+84=299 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.48% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 130 - color contains mainly: red. Hex color #825554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825554 is #7DAAAB. Grayscale: #626262. Windows color (decimal): -8235692 or 5526914. OLE color: 5526914.

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

Color convert

RGB1308584-
CMYK00.350.350.49
HSL1.3º21.5%41.96%-
HSV(B)1.3º35.38%50.98%-
XYZ14.0511.889.94-
YUV98.34119.91150.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.48%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 84 (33.20% from 255) = 28.09%
R=43.48%
G=28.43%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130858400.350.350.491.321.541.96
Hex82555402323311152a
Octal202125124043436112552
Binary10000010101010110101000100011100011110001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825554; }

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

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

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

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

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

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

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

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