#825A56

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

Shades of Lotus #825A56

Tints of Lotus #825A56

Color information

#825A56 (or 0x825A56) is unknown color: approx Lotus. HEX triplet: 82, 5A and 56. RGB value is (130,90,86). Sum of RGB (Red+Green+Blue) = 130+90+86=306 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.48% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 130 - color contains mainly: red. Hex color #825A56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825A56 is #7DA5A9. Grayscale: #656565. Windows color (decimal): -8234410 or 5659266. OLE color: 5659266.

HSL color Cylindrical-coordinate representation of color #825A56: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #825A56 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB1309086-
CMYK00.310.340.49
HSL5.45º20.37%42.35%-
HSV(B)5.45º33.85%50.98%-
XYZ14.5412.7310.49-
YUV101.5119.25148.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.48%
GREEN value IS 90 (35.55% from 255) = 29.41%
BLUE value IS 86 (33.98% from 255) = 28.10%
R=42.48%
G=29.41%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130908600.310.340.495.4520.3742.35
Hex825A5601F22315142a
Octal202132126037426152452
Binary100000101011010101011001111110001011000110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825A56; }

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

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

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

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

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

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

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

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