#844545

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

Shades of Lotus #844545

Tints of Lotus #844545

Color information

#844545 (or 0x844545) is unknown color: approx Lotus. HEX triplet: 84, 45 and 45. RGB value is (132,69,69). Sum of RGB (Red+Green+Blue) = 132+69+69=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 132 - color contains mainly: red. Hex color #844545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844545 is #7BBABA. Grayscale: #575757. Windows color (decimal): -8108731 or 4539780. OLE color: 4539780.

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

Color convert

RGB1326969-
CMYK00.480.480.48
HSL31.34%39.41%-
HSV(B)47.73%51.76%-
XYZ12.729.596.81-
YUV87.84117.37159.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=48.89%
G=25.56%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132696900.480.480.48031.3439.41
Hex844545030303001f27
Octal204105105060606003747
Binary10000100100010110001010110000110000110000011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844545; }

 p { color: rgb(132,69,69); }

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

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

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

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

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

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

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