#89545F

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

Shades of Cannon Pink #89545F

Tints of Cannon Pink #89545F

Color information

#89545F (or 0x89545F) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 5F. RGB value is (137,84,95). Sum of RGB (Red+Green+Blue) = 137+84+95=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #89545F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89545F is #76ABA0. Grayscale: #656565. Windows color (decimal): -7777185 or 6247561. OLE color: 6247561.

HSL color Cylindrical-coordinate representation of color #89545F: hue angle of 347.55º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #89545F is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1378495-
CMYK00.390.310.46
HSL347.55º23.98%43.33%-
HSV(B)347.55º38.69%53.73%-
XYZ15.5512.4912.42-
YUV101.1124.56153.61-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.35%
GREEN value IS 84 (33.20% from 255) = 26.58%
BLUE value IS 95 (37.5% from 255) = 30.06%
R=43.35%
G=26.58%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137849500.390.310.46347.5523.9843.33
Hex89545F0271F2E15c182b
Octal21112413704737565343053
Binary100010011010100101111101001111111110111010101110011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89545F; }

 p { color: rgb(137,84,95); }

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

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

 a { background-color: rgb(137,84,95); }

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

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

 span { border-color: rgb(137,84,95); }

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