#844847

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

Shades of Lotus #844847

Tints of Lotus #844847

Color information

#844847 (or 0x844847) is unknown color: approx Lotus. HEX triplet: 84, 48 and 47. RGB value is (132,72,71). Sum of RGB (Red+Green+Blue) = 132+72+71=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 71 (28.12% from 255 or 25.82% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #844847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844847 is #7BB7B8. Grayscale: #595959. Windows color (decimal): -8107961 or 4671620. OLE color: 4671620.

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

Color convert

RGB1327271-
CMYK00.450.460.48
HSL0.98º30.05%39.8%-
HSV(B)0.98º46.21%51.76%-
XYZ12.97107.21-
YUV89.83117.38158.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 72 (28.52% from 255) = 26.18%
BLUE value IS 71 (28.12% from 255) = 25.82%
R=48%
G=26.18%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132727100.450.460.480.9830.0539.8
Hex84484702D2E3011e28
Octal204110107055566013650
Binary10000100100100010001110101101101110110000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844847; }

 p { color: rgb(132,72,71); }

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

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

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

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

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

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

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