#824747

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

Shades of Lotus #824747

Tints of Lotus #824747

Color information

#824747 (or 0x824747) is unknown color: approx Lotus. HEX triplet: 82, 47 and 47. RGB value is (130,71,71). Sum of RGB (Red+Green+Blue) = 130+71+71=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824747 is #7DB8B8. Grayscale: #585858. Windows color (decimal): -8239289 or 4671362. OLE color: 4671362.

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

Color convert

RGB1307171-
CMYK00.450.450.49
HSL29.35%39.41%-
HSV(B)45.38%50.98%-
XYZ12.69.717.17-
YUV88.64118.05157.5-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 71 (28.12% from 255) = 26.10%
R=47.79%
G=26.10%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130717100.450.450.49029.3539.41
Hex82474702D2D3101d27
Octal202107107055556103547
Binary10000010100011110001110101101101101110001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824747; }

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

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

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

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

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

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

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

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