Html Css Color HEX #884D4A Lotus

📋 copy color: '#884D4A'

red 136 ◦ green 77 ◦ blue 74

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

Shades of Lotus #884D4A

Tints of Lotus #884D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.83%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 47.39%
G = 26.83%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#884D4A (or 0x884D4A) is known color: Lotus. HEX triplet: 88, 4D and 4A. RGB value is (136,77,74). Sum of RGB (Red+Green+Blue) = 136+77+74=287 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.39% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 136 - color contains mainly: red. Hex color #884D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D4A is #77B2B5. Grayscale: #5E5E5E. Windows color (decimal): -7844534 or 4869512. OLE color: 4869512.

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

Color convert

RGB 136 77 74 -
CMYK 0 0.43 0.46 0.47
HSL 2.9º 0.3% 0.41% -
HSV(B) 2.9º 0.46% 0.53% -
XYZ 14.04 11.04 7.87 -
YUV 94.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 136 77 74 0 0.43 0.46 0.47 2.9 0.3 0.41
Hex 88 4D 4A 0 2B 2E 2F 3 1E 29
Octal 210 115 112 0 53 56 57 3 36 51
Binary 10001000 1001101 1001010 0 101011 101110 101111 11 11110 101001

Color Harmonies of #884D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D4A

Black with #884D4A

Text Example


Text Example

White with #884D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,77,74); }

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

background-color css

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

 a { background-color: rgb(136,77,74); }

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

border-color css

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

 span { border-color: rgb(136,77,74); }

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