#824C49

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

Shades of Lotus #824C49

Tints of Lotus #824C49

Color information

#824C49 (or 0x824C49) is unknown color: approx Lotus. HEX triplet: 82, 4C and 49. RGB value is (130,76,73). Sum of RGB (Red+Green+Blue) = 130+76+73=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C49 is #7DB3B6. Grayscale: #5B5B5B. Windows color (decimal): -8238007 or 4803714. OLE color: 4803714.

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

Color convert

RGB1307673-
CMYK00.420.440.49
HSL3.16º28.08%39.8%-
HSV(B)3.16º43.85%50.98%-
XYZ12.9910.47.63-
YUV91.8117.39155.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 76 (30.08% from 255) = 27.24%
BLUE value IS 73 (28.91% from 255) = 26.16%
R=46.59%
G=27.24%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130767300.420.440.493.1628.0839.8
Hex824C4902A2C3131c28
Octal202114111052546133450
Binary100000101001100100100101010101011001100011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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