Html Css Color HEX #884F49 Lotus

📋 copy color: '#884F49'

red 136 ◦ green 79 ◦ blue 73

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

Shades of Lotus #884F49

Tints of Lotus #884F49

RGB

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

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

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

R = 47.22%
G = 27.43%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#884F49 (or 0x884F49) is known color: Lotus. HEX triplet: 88, 4F and 49. RGB value is (136,79,73). Sum of RGB (Red+Green+Blue) = 136+79+73=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #884F49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F49 is #77B0B6. Grayscale: #5F5F5F. Windows color (decimal): -7844023 or 4804488. OLE color: 4804488.

HSL color Cylindrical-coordinate representation of color #884F49: hue angle of 5.71º 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 #884F49 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 79 73 -
CMYK 0 0.42 0.46 0.47
HSL 5.71º 0.3% 0.41% -
HSV(B) 5.71º 0.46% 0.53% -
XYZ 14.15 11.31 7.74 -
YUV 95.36 115.38 156.99 -
System Red Green Blue C M Y K H S L
Decimal 136 79 73 0 0.42 0.46 0.47 5.71 0.3 0.41
Hex 88 4F 49 0 2A 2E 2F 6 1E 29
Octal 210 117 111 0 52 56 57 6 36 51
Binary 10001000 1001111 1001001 0 101010 101110 101111 110 11110 101001

Color Harmonies of #884F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884F49

Black with #884F49

Text Example


Text Example

White with #884F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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