Html Css Color HEX #884C48 Lotus

📋 copy color: '#884C48'

red 136 ◦ green 76 ◦ blue 72

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

Shades of Lotus #884C48

Tints of Lotus #884C48

RGB

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

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

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

R = 47.89%
G = 26.76%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#884C48 (or 0x884C48) is known color: Lotus. HEX triplet: 88, 4C and 48. RGB value is (136,76,72). Sum of RGB (Red+Green+Blue) = 136+76+72=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 76 (30.08% from 255 or 26.76% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #884C48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C48 is #77B3B7. Grayscale: #5D5D5D. Windows color (decimal): -7844792 or 4738184. OLE color: 4738184.

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

Color convert

RGB 136 76 72 -
CMYK 0 0.44 0.47 0.47
HSL 3.75º 0.31% 0.41% -
HSV(B) 3.75º 0.47% 0.53% -
XYZ 13.91 10.87 7.5 -
YUV 93.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 136 76 72 0 0.44 0.47 0.47 3.75 0.31 0.41
Hex 88 4C 48 0 2C 2F 2F 4 1F 29
Octal 210 114 110 0 54 57 57 4 37 51
Binary 10001000 1001100 1001000 0 101100 101111 101111 100 11111 101001

Color Harmonies of #884C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884C48

Black with #884C48

Text Example


Text Example

White with #884C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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