#824845

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

Shades of Lotus #824845

Tints of Lotus #824845

Color information

#824845 (or 0x824845) is unknown color: approx Lotus. HEX triplet: 82, 48 and 45. RGB value is (130,72,69). Sum of RGB (Red+Green+Blue) = 130+72+69=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #824845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824845 is #7DB7BA. Grayscale: #595959. Windows color (decimal): -8239035 or 4540546. OLE color: 4540546.

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

Color convert

RGB1307269-
CMYK00.450.470.49
HSL2.95º30.65%39.02%-
HSV(B)2.95º46.92%50.98%-
XYZ12.69.816.86-
YUV89116.72157.24-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.97%
GREEN value IS 72 (28.52% from 255) = 26.57%
BLUE value IS 69 (27.34% from 255) = 25.46%
R=47.97%
G=26.57%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130726900.450.470.492.9530.6539.02
Hex82484502D2F3131f27
Octal202110105055576133747
Binary100000101001000100010101011011011111100011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824845; }

 p { color: rgb(130,72,69); }

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

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

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

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

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

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

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