#825652

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

Shades of Lotus #825652

Tints of Lotus #825652

Color information

#825652 (or 0x825652) is unknown color: approx Lotus. HEX triplet: 82, 56 and 52. RGB value is (130,86,82). Sum of RGB (Red+Green+Blue) = 130+86+82=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 130 - color contains mainly: red. Hex color #825652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825652 is #7DA9AD. Grayscale: #626262. Windows color (decimal): -8235438 or 5396098. OLE color: 5396098.

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

Color convert

RGB1308682-
CMYK00.340.370.49
HSL22.64%41.57%-
HSV(B)36.92%50.98%-
XYZ14.0612.019.56-
YUV98.7118.58150.33-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 86 (33.98% from 255) = 28.86%
BLUE value IS 82 (32.42% from 255) = 27.52%
R=43.62%
G=28.86%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130868200.340.370.49522.6441.57
Hex82565202225315172a
Octal202126122042456152752
Binary1000001010101101010010010001010010111000110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825652; }

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

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

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

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

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

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

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

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