#825956

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

Shades of Lotus #825956

Tints of Lotus #825956

Color information

#825956 (or 0x825956) is unknown color: approx Lotus. HEX triplet: 82, 59 and 56. RGB value is (130,89,86). Sum of RGB (Red+Green+Blue) = 130+89+86=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 86 (33.98% from 255 or 28.20% from 305); Max value from RGB is 130 - color contains mainly: red. Hex color #825956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825956 is #7DA6A9. Grayscale: #646464. Windows color (decimal): -8234666 or 5659010. OLE color: 5659010.

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

Color convert

RGB1308986-
CMYK00.320.340.49
HSL4.09º20.37%42.35%-
HSV(B)4.09º33.85%50.98%-
XYZ14.4612.5610.47-
YUV100.92119.58148.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 86 (33.98% from 255) = 28.20%
R=42.62%
G=29.18%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130898600.320.340.494.0920.3742.35
Hex82595602022314142a
Octal202131126040426142452
Binary1000001010110011010110010000010001011000110010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825956; }

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

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

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

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

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

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

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

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