Html Css Color HEX #884D48 Lotus

📋 copy color: '#884D48'

red 136 ◦ green 77 ◦ blue 72

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

Shades of Lotus #884D48

Tints of Lotus #884D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.26%

R = 47.72%
G = 27.02%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#884D48 (or 0x884D48) is known color: Lotus. HEX triplet: 88, 4D and 48. RGB value is (136,77,72). Sum of RGB (Red+Green+Blue) = 136+77+72=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #884D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D48 is #77B2B7. Grayscale: #5E5E5E. Windows color (decimal): -7844536 or 4738440. OLE color: 4738440.

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

Color convert

RGB 136 77 72 -
CMYK 0 0.43 0.47 0.47
HSL 4.69º 0.31% 0.41% -
HSV(B) 4.69º 0.47% 0.53% -
XYZ 13.98 11.01 7.52 -
YUV 94.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 136 77 72 0 0.43 0.47 0.47 4.69 0.31 0.41
Hex 88 4D 48 0 2B 2F 2F 5 1F 29
Octal 210 115 110 0 53 57 57 5 37 51
Binary 10001000 1001101 1001000 0 101011 101111 101111 101 11111 101001

Color Harmonies of #884D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D48

Black with #884D48

Text Example


Text Example

White with #884D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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