#87545E

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

Shades of Cannon Pink #87545E

Tints of Cannon Pink #87545E

Color information

#87545E (or 0x87545E) is unknown color: approx Cannon Pink. HEX triplet: 87, 54 and 5E. RGB value is (135,84,94). Sum of RGB (Red+Green+Blue) = 135+84+94=313 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.13% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 135 - color contains mainly: red. Hex color #87545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87545E is #78ABA1. Grayscale: #646464. Windows color (decimal): -7908258 or 6182023. OLE color: 6182023.

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

Color convert

RGB1358494-
CMYK00.380.300.47
HSL348.24º23.29%42.94%-
HSV(B)348.24º37.78%52.94%-
XYZ15.1812.312.16-
YUV100.39124.4152.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.13%
GREEN value IS 84 (33.20% from 255) = 26.84%
BLUE value IS 94 (37.11% from 255) = 30.03%
R=43.13%
G=26.84%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135849400.380.300.47348.2423.2942.94
Hex87545E0261E2F15c172b
Octal20712413604636575342753
Binary100001111010100101111001001101111010111110101110010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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