Html Css Color HEX #884C49 Lotus

📋 copy color: '#884C49'

red 136 ◦ green 76 ◦ blue 73

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

Shades of Lotus #884C49

Tints of Lotus #884C49

RGB

 RED value IS 136 (53.52% from 255) = 47.72%

 GREEN value IS 76 (30.08% from 255) = 26.67%

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

R = 47.72%
G = 26.67%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#884C49 (or 0x884C49) is known color: Lotus. HEX triplet: 88, 4C and 49. RGB value is (136,76,73). Sum of RGB (Red+Green+Blue) = 136+76+73=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C49 is #77B3B6. Grayscale: #5D5D5D. Windows color (decimal): -7844791 or 4803720. OLE color: 4803720.

HSL color Cylindrical-coordinate representation of color #884C49: hue angle of 2.86º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884C49 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 76 73 -
CMYK 0 0.44 0.46 0.47
HSL 2.86º 0.3% 0.41% -
HSV(B) 2.86º 0.46% 0.53% -
XYZ 13.94 10.88 7.67 -
YUV 93.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 136 76 73 0 0.44 0.46 0.47 2.86 0.3 0.41
Hex 88 4C 49 0 2C 2E 2F 3 1E 29
Octal 210 114 111 0 54 56 57 3 36 51
Binary 10001000 1001100 1001001 0 101100 101110 101111 11 11110 101001

Color Harmonies of #884C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C49

Black with #884C49

Text Example


Text Example

White with #884C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884C49; }

 p { color: rgb(136,76,73); }

 H1.HeaderClassName
 {
   color: #884C49;
 }
 .AnyTagClassName
 {
   color: #884C49;
 }
</style>

background-color css

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

 a { background-color: rgb(136,76,73); }

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

border-color css

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

 span { border-color: rgb(136,76,73); }

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