Html Css Color HEX #844F49 Lotus

📋 copy color: '#844F49'

red 132 ◦ green 79 ◦ blue 73

#844F49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #844F49

Tints of Lotus #844F49

RGB

 RED value IS 132 (51.95% from 255) = 46.48%

 GREEN value IS 79 (31.25% from 255) = 27.82%

 BLUE value IS 73 (28.91% from 255) = 25.7%

R = 46.48%
G = 27.82%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#844F49 (or 0x844F49) is known color: Lotus. HEX triplet: 84, 4F and 49. RGB value is (132,79,73). Sum of RGB (Red+Green+Blue) = 132+79+73=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 79 (31.25% from 255 or 27.82% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #844F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F49 is #7BB0B6. Grayscale: #5E5E5E. Windows color (decimal): -8106167 or 4804484. OLE color: 4804484.

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

Color convert

RGB 132 79 73 -
CMYK 0 0.40 0.45 0.48
HSL 6.1º 0.29% 0.4% -
HSV(B) 6.1º 0.45% 0.52% -
XYZ 13.51 10.98 7.71 -
YUV 94.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 132 79 73 0 0.40 0.45 0.48 6.1 0.29 0.4
Hex 84 4F 49 0 28 2D 30 6 1D 28
Octal 204 117 111 0 50 55 60 6 35 50
Binary 10000100 1001111 1001001 0 101000 101101 110000 110 11101 101000

Color Harmonies of #844F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F49

Black with #844F49

Text Example


Text Example

White with #844F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844F49; }

 p { color: rgb(132,79,73); }

 H1.HeaderClassName
 {
   color: #844F49;
 }
 .AnyTagClassName
 {
   color: #844F49;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #844F49;
 }
 .BgClassName
 {
   background-color: #844F49;
 }
</style>

border-color css

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

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

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