#89736C

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

Shades of Ferra #89736C

Tints of Ferra #89736C

Color information

#89736C (or 0x89736C) is unknown color: approx Ferra. HEX triplet: 89, 73 and 6C. RGB value is (137,115,108). Sum of RGB (Red+Green+Blue) = 137+115+108=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 115 (45.31% from 255 or 31.94% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #89736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89736C is #768C93. Grayscale: #787878. Windows color (decimal): -7769236 or 7107465. OLE color: 7107465.

HSL color Cylindrical-coordinate representation of color #89736C: hue angle of 14.48º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89736C is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB137115108-
CMYK00.160.210.46
HSL14.48º11.84%48.04%-
HSV(B)14.48º21.17%53.73%-
XYZ19.1518.6616.78-
YUV120.78120.79139.57-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 115 (45.31% from 255) = 31.94%
BLUE value IS 108 (42.58% from 255) = 30%
R=38.06%
G=31.94%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711510800.160.210.4614.4811.8448.04
Hex89736C010152Eec30
Octal2111631540202556161460
Binary10001001111001111011000100001010110111011101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89736C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,115,108); }

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

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

 a { background-color: rgb(137,115,108); }

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

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

 span { border-color: rgb(137,115,108); }

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