#825149

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

Shades of Lotus #825149

Tints of Lotus #825149

Color information

#825149 (or 0x825149) is unknown color: approx Lotus. HEX triplet: 82, 51 and 49. RGB value is (130,81,73). Sum of RGB (Red+Green+Blue) = 130+81+73=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825149 is #7DAEB6. Grayscale: #5E5E5E. Windows color (decimal): -8236727 or 4804994. OLE color: 4804994.

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

Color convert

RGB1308173-
CMYK00.380.440.49
HSL8.42º28.08%39.8%-
HSV(B)8.42º43.85%50.98%-
XYZ13.3511.117.74-
YUV94.74115.73153.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.77%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=45.77%
G=28.52%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130817300.380.440.498.4228.0839.8
Hex8251490262C3181c28
Octal2021211110465461103450
Binary10000010101000110010010100110101100110001100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825149; }

 p { color: rgb(130,81,73); }

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

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

 a { background-color: rgb(130,81,73); }

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

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

 span { border-color: rgb(130,81,73); }

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