Html Css Color HEX #884548 Solid Pink

📋 copy color: '#884548'

red 136 ◦ green 69 ◦ blue 72

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

Shades of Solid Pink #884548

Tints of Solid Pink #884548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.91%

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

R = 49.1%
G = 24.91%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#884548 (or 0x884548) is known color: Solid Pink. HEX triplet: 88, 45 and 48. RGB value is (136,69,72). Sum of RGB (Red+Green+Blue) = 136+69+72=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #884548 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884548 is #77BAB7. Grayscale: #595959. Windows color (decimal): -7846584 or 4736392. OLE color: 4736392.

HSL color Cylindrical-coordinate representation of color #884548: hue angle of 357.31º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #884548 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 69 72 -
CMYK 0 0.49 0.47 0.47
HSL 357.31º 0.33% 0.4% -
HSV(B) 357.31º 0.49% 0.53% -
XYZ 13.45 9.96 7.34 -
YUV 89.38 118.2 161.26 -
System Red Green Blue C M Y K H S L
Decimal 136 69 72 0 0.49 0.47 0.47 357.31 0.33 0.4
Hex 88 45 48 0 31 2F 2F 165 21 28
Octal 210 105 110 0 61 57 57 545 41 50
Binary 10001000 1000101 1001000 0 110001 101111 101111 101100101 100001 101000

Color Harmonies of #884548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884548

Black with #884548

Text Example


Text Example

White with #884548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884548; }

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

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

background-color css

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

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

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

border-color css

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

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

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