#824B47

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

Shades of Lotus #824B47

Tints of Lotus #824B47

Color information

#824B47 (or 0x824B47) is unknown color: approx Lotus. HEX triplet: 82, 4B and 47. RGB value is (130,75,71). Sum of RGB (Red+Green+Blue) = 130+75+71=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B47 is #7DB4B8. Grayscale: #5B5B5B. Windows color (decimal): -8238265 or 4672386. OLE color: 4672386.

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

Color convert

RGB1307571-
CMYK00.420.450.49
HSL4.07º29.35%39.41%-
HSV(B)4.07º45.38%50.98%-
XYZ12.8610.237.26-
YUV90.99116.72155.83-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 75 (29.69% from 255) = 27.17%
BLUE value IS 71 (28.12% from 255) = 25.72%
R=47.10%
G=27.17%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130757100.420.450.494.0729.3539.41
Hex824B4702A2D3141d27
Octal202113107052556143547
Binary1000001010010111000111010101010110111000110011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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