#89545E

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

Shades of Cannon Pink #89545E

Tints of Cannon Pink #89545E

Color information

#89545E (or 0x89545E) is unknown color: approx Cannon Pink. HEX triplet: 89, 54 and 5E. RGB value is (137,84,94). Sum of RGB (Red+Green+Blue) = 137+84+94=315 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.49% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 137 - color contains mainly: red. Hex color #89545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89545E is #76ABA1. Grayscale: #656565. Windows color (decimal): -7777186 or 6182025. OLE color: 6182025.

HSL color Cylindrical-coordinate representation of color #89545E: hue angle of 348.68º 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 #89545E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1378494-
CMYK00.390.310.46
HSL348.68º23.98%43.33%-
HSV(B)348.68º38.69%53.73%-
XYZ15.5112.4712.18-
YUV100.99124.06153.69-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.49%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=43.49%
G=26.67%
B=29.84%

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
Decimal137849400.390.310.46348.6823.9843.33
Hex89545E0271F2E15d182b
Octal21112413604737565353053
Binary100010011010100101111001001111111110111010101110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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