Html Css Color HEX #884D55 Solid Pink

📋 copy color: '#884D55'

red 136 ◦ green 77 ◦ blue 85

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

Shades of Solid Pink #884D55

Tints of Solid Pink #884D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.52%

R = 45.64%
G = 25.84%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#884D55 (or 0x884D55) is known color: Solid Pink. HEX triplet: 88, 4D and 55. RGB value is (136,77,85). Sum of RGB (Red+Green+Blue) = 136+77+85=298 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.64% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 85 (33.59% from 255 or 28.52% from 298); Max value from RGB is 136 - color contains mainly: red. Hex color #884D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #884D55 is #77B2AA. Grayscale: #5F5F5F. Windows color (decimal): -7844523 or 5590408. OLE color: 5590408.

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

Color convert

RGB 136 77 85 -
CMYK 0 0.43 0.38 0.47
HSL 351.86º 0.28% 0.42% -
HSV(B) 351.86º 0.43% 0.53% -
XYZ 14.45 11.2 9.99 -
YUV 95.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 136 77 85 0 0.43 0.38 0.47 351.86 0.28 0.42
Hex 88 4D 55 0 2B 26 2F 160 1C 2A
Octal 210 115 125 0 53 46 57 540 34 52
Binary 10001000 1001101 1010101 0 101011 100110 101111 101100000 11100 101010

Color Harmonies of #884D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884D55

Black with #884D55

Text Example


Text Example

White with #884D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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