#825352

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

Shades of Lotus #825352

Tints of Lotus #825352

Color information

#825352 (or 0x825352) is unknown color: approx Lotus. HEX triplet: 82, 53 and 52. RGB value is (130,83,82). Sum of RGB (Red+Green+Blue) = 130+83+82=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 130 - color contains mainly: red. Hex color #825352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825352 is #7DACAD. Grayscale: #606060. Windows color (decimal): -8236206 or 5395330. OLE color: 5395330.

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

Color convert

RGB1308382-
CMYK00.360.370.49
HSL1.25º22.64%41.57%-
HSV(B)1.25º36.92%50.98%-
XYZ13.8211.549.48-
YUV96.94119.57151.58-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 82 (32.42% from 255) = 27.80%
R=44.07%
G=28.14%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130838200.360.370.491.2522.6441.57
Hex82535202425311172a
Octal202123122044456112752
Binary10000010101001110100100100100100101110001110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825352; }

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

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

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

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

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

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

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

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