#824C4A

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

Shades of Lotus #824C4A

Tints of Lotus #824C4A

Color information

#824C4A (or 0x824C4A) is unknown color: approx Lotus. HEX triplet: 82, 4C and 4A. RGB value is (130,76,74). Sum of RGB (Red+Green+Blue) = 130+76+74=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #824C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C4A is #7DB3B5. Grayscale: #5B5B5B. Windows color (decimal): -8238006 or 4869250. OLE color: 4869250.

HSL color Cylindrical-coordinate representation of color #824C4A: hue angle of 2.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824C4A is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB1307674-
CMYK00.420.430.49
HSL2.14º27.45%40%-
HSV(B)2.14º43.08%50.98%-
XYZ13.0310.417.8-
YUV91.92117.89155.16-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.43%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 74 (29.30% from 255) = 26.43%
R=46.43%
G=27.14%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130767400.420.430.492.1427.4540
Hex824C4A02A2B3121b28
Octal202114112052536123350
Binary100000101001100100101001010101010111100011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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