#824949

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

Shades of Lotus #824949

Tints of Lotus #824949

Color information

#824949 (or 0x824949) is unknown color: approx Lotus. HEX triplet: 82, 49 and 49. RGB value is (130,73,73). Sum of RGB (Red+Green+Blue) = 130+73+73=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824949 is #7DB6B6. Grayscale: #5A5A5A. Windows color (decimal): -8238775 or 4802946. OLE color: 4802946.

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

Color convert

RGB1307373-
CMYK00.440.440.49
HSL28.08%39.8%-
HSV(B)43.85%50.98%-
XYZ12.799.997.56-
YUV90.04118.38156.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 73 (28.91% from 255) = 26.45%
R=47.10%
G=26.45%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130737300.440.440.49028.0839.8
Hex82494902C2C3101c28
Octal202111111054546103450
Binary10000010100100110010010101100101100110001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824949; }

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

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

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

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

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

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

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

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