#824D4A

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

Shades of Lotus #824D4A

Tints of Lotus #824D4A

Color information

#824D4A (or 0x824D4A) is unknown color: approx Lotus. HEX triplet: 82, 4D and 4A. RGB value is (130,77,74). Sum of RGB (Red+Green+Blue) = 130+77+74=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #824D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D4A is #7DB2B5. Grayscale: #5C5C5C. Windows color (decimal): -8237750 or 4869506. OLE color: 4869506.

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

Color convert

RGB1307774-
CMYK00.410.430.49
HSL3.21º27.45%40%-
HSV(B)3.21º43.08%50.98%-
XYZ13.110.557.82-
YUV92.5117.56154.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=46.26%
G=27.40%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130777400.410.430.493.2127.4540
Hex824D4A0292B3131b28
Octal202115112051536133350
Binary100000101001101100101001010011010111100011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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