#824E49

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

Shades of Lotus #824E49

Tints of Lotus #824E49

Color information

#824E49 (or 0x824E49) is unknown color: approx Lotus. HEX triplet: 82, 4E and 49. RGB value is (130,78,73). Sum of RGB (Red+Green+Blue) = 130+78+73=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #824E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E49 is #7DB1B6. Grayscale: #5D5D5D. Windows color (decimal): -8237495 or 4804226. OLE color: 4804226.

HSL color Cylindrical-coordinate representation of color #824E49: hue angle of 5.26º 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 #824E49 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1307873-
CMYK00.400.440.49
HSL5.26º28.08%39.8%-
HSV(B)5.26º43.85%50.98%-
XYZ13.1310.687.67-
YUV92.98116.73154.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 73 (28.91% from 255) = 25.98%
R=46.26%
G=27.76%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130787300.400.440.495.2628.0839.8
Hex824E490282C3151c28
Octal202116111050546153450
Binary1000001010011101001001010100010110011000110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824E49; }

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

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

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

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

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

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

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

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