#824E4B

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

Shades of Lotus #824E4B

Tints of Lotus #824E4B

Color information

#824E4B (or 0x824E4B) is unknown color: approx Lotus. HEX triplet: 82, 4E and 4B. RGB value is (130,78,75). Sum of RGB (Red+Green+Blue) = 130+78+75=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E4B is #7DB1B4. Grayscale: #5D5D5D. Windows color (decimal): -8237493 or 4935298. OLE color: 4935298.

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

Color convert

RGB1307875-
CMYK00.400.420.49
HSL3.27º26.83%40.2%-
HSV(B)3.27º42.31%50.98%-
XYZ13.210.78.03-
YUV93.21117.73154.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=45.94%
G=27.56%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130787500.400.420.493.2726.8340.2
Hex824E4B0282A3131b28
Octal202116113050526133350
Binary100000101001110100101101010001010101100011111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,78,75); }

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

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

 a { background-color: rgb(130,78,75); }

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

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

 span { border-color: rgb(130,78,75); }

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