#87545C

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

Shades of Cannon Pink #87545C

Tints of Cannon Pink #87545C

Color information

#87545C (or 0x87545C) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 5C. RGB value is (135,84,92). Sum of RGB (Red+Green+Blue) = 135+84+92=311 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.41% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 135 - color contains mainly: red. Hex color #87545C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87545C is #78ABA3. Grayscale: #646464. Windows color (decimal): -7908260 or 6050951. OLE color: 6050951.

HSL color Cylindrical-coordinate representation of color #87545C: hue angle of 350.59º degrees, saturation: 0.23, 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 #87545C is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB1358492-
CMYK00.380.320.47
HSL350.59º23.29%42.94%-
HSV(B)350.59º37.78%52.94%-
XYZ15.0912.2611.7-
YUV100.16123.4152.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.41%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 92 (36.33% from 255) = 29.58%
R=43.41%
G=27.01%
B=29.58%

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
Decimal135849200.380.320.47350.5923.2942.94
Hex87545C026202F15f172b
Octal20712413404640575372753
Binary1000011110101001011100010011010000010111110101111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87545C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87545C; }

 p { color: rgb(135,84,92); }

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

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

 a { background-color: rgb(135,84,92); }

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

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

 span { border-color: rgb(135,84,92); }

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