#824F4A

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

Shades of Lotus #824F4A

Tints of Lotus #824F4A

Color information

#824F4A (or 0x824F4A) is unknown color: approx Lotus. HEX triplet: 82, 4F and 4A. RGB value is (130,79,74). Sum of RGB (Red+Green+Blue) = 130+79+74=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F4A is #7DB0B5. Grayscale: #5D5D5D. Windows color (decimal): -8237238 or 4870018. OLE color: 4870018.

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

Color convert

RGB1307974-
CMYK00.390.430.49
HSL5.36º27.45%40%-
HSV(B)5.36º43.08%50.98%-
XYZ13.2410.837.87-
YUV93.68116.9153.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 74 (29.30% from 255) = 26.15%
R=45.94%
G=27.92%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130797400.390.430.495.3627.4540
Hex824F4A0272B3151b28
Octal202117112047536153350
Binary1000001010011111001010010011110101111000110111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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