#824F4D

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

Shades of Lotus #824F4D

Tints of Lotus #824F4D

Color information

#824F4D (or 0x824F4D) is unknown color: approx Lotus. HEX triplet: 82, 4F and 4D. RGB value is (130,79,77). Sum of RGB (Red+Green+Blue) = 130+79+77=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 79 (31.25% from 255 or 27.62% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #824F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #824F4D is #7DB0B2. Grayscale: #5E5E5E. Windows color (decimal): -8237235 or 5066626. OLE color: 5066626.

HSL color Cylindrical-coordinate representation of color #824F4D: hue angle of 2.26º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #824F4D is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB1307977-
CMYK00.390.410.49
HSL2.26º25.6%40.59%-
HSV(B)2.26º40.77%50.98%-
XYZ13.3410.878.42-
YUV94.02118.4153.66-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 79 (31.25% from 255) = 27.62%
BLUE value IS 77 (30.47% from 255) = 26.92%
R=45.45%
G=27.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130797700.390.410.492.2625.640.59
Hex824F4D027293121a29
Octal202117115047516123251
Binary100000101001111100110101001111010011100011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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