#88545D

Color #88545D Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #88545D

Tints of Cannon Pink #88545D

Color information

#88545D (or 0x88545D) is unknown color: approx Cannon Pink. HEX triplet: 88, 54 and 5D. RGB value is (136,84,93). Sum of RGB (Red+Green+Blue) = 136+84+93=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88545D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88545D is #77ABA2. Grayscale: #646464. Windows color (decimal): -7842723 or 6116488. OLE color: 6116488.

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

Color convert

RGB1368493-
CMYK00.380.320.47
HSL349.62º23.64%43.14%-
HSV(B)349.62º38.24%53.33%-
XYZ15.312.3711.94-
YUV100.57123.73153.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=43.45%
G=26.84%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.32
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136849300.380.320.47349.6223.6443.14
Hex88545D026202F15e182b
Octal21012413504640575363053
Binary1000100010101001011101010011010000010111110101111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88545D; }

 p { color: rgb(136,84,93); }

 H1.HeaderClassName
 {
   color: #88545D;
 }
 .AnyTagClassName
 {
   color: #88545D;
 }
</style>
background-color css

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

 a { background-color: rgb(136,84,93); }

 div.DivClassName
 {
   background-color: #88545D;
 }
 .BgClassName
 {
   background-color: #88545D;
 }
</style>
border-color css

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

 span { border-color: rgb(136,84,93); }

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