#897170

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

Shades of Ferra #897170

Tints of Ferra #897170

Color information

#897170 (or 0x897170) is unknown color: approx Ferra. HEX triplet: 89, 71 and 70. RGB value is (137,113,112). Sum of RGB (Red+Green+Blue) = 137+113+112=362 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.85% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 137 - color contains mainly: red. Hex color #897170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897170 is #768E8F. Grayscale: #787878. Windows color (decimal): -7769744 or 7369097. OLE color: 7369097.

HSL color Cylindrical-coordinate representation of color #897170: hue angle of 2.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #897170 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB137113112-
CMYK00.180.180.46
HSL2.4º10.04%48.82%-
HSV(B)2.4º18.25%53.73%-
XYZ19.1518.317.85-
YUV120.06123.45140.08-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 37.85%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=37.85%
G=31.22%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711311200.180.180.462.410.0448.82
Hex897170012122E2a31
Octal211161160022225621261
Binary100010011110001111000001001010010101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897170; }

 p { color: rgb(137,113,112); }

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

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

 a { background-color: rgb(137,113,112); }

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

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

 span { border-color: rgb(137,113,112); }

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