#825550

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

Shades of Lotus #825550

Tints of Lotus #825550

Color information

#825550 (or 0x825550) is unknown color: approx Lotus. HEX triplet: 82, 55 and 50. RGB value is (130,85,80). Sum of RGB (Red+Green+Blue) = 130+85+80=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825550 is #7DAAAF. Grayscale: #616161. Windows color (decimal): -8235696 or 5264770. OLE color: 5264770.

HSL color Cylindrical-coordinate representation of color #825550: hue angle of 6º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825550 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB1308580-
CMYK00.350.380.49
HSL23.81%41.18%-
HSV(B)38.46%50.98%-
XYZ13.911.829.14-
YUV97.88117.91150.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=44.07%
G=28.81%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130858000.350.380.49623.8141.18
Hex825550023263161829
Octal202125120043466163051
Binary1000001010101011010000010001110011011000111011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825550; }

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

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

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

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

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

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

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

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