Html Css Color HEX #897370 Ferra

📋 copy color: '#897370'

red 137 ◦ green 115 ◦ blue 112

#897370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ferra #897370

Tints of Ferra #897370

RGB

 RED value IS 137 (53.91% from 255) = 37.64%

 GREEN value IS 115 (45.31% from 255) = 31.59%

 BLUE value IS 112 (44.14% from 255) = 30.77%

R = 37.64%
G = 31.59%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#897370 (or 0x897370) is known color: Ferra. HEX triplet: 89, 73 and 70. RGB value is (137,115,112). Sum of RGB (Red+Green+Blue) = 137+115+112=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 115 (45.31% from 255 or 31.59% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 137 - color contains mainly: red. Hex color #897370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897370 is #768C8F. Grayscale: #797979. Windows color (decimal): -7769232 or 7369609. OLE color: 7369609.

HSL color Cylindrical-coordinate representation of color #897370: hue angle of 7.2º 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 #897370 is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 115 112 -
CMYK 0 0.16 0.18 0.46
HSL 7.2º 0.1% 0.49% -
HSV(B) 7.2º 0.18% 0.54% -
XYZ 19.37 18.75 17.93 -
YUV 121.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 137 115 112 0 0.16 0.18 0.46 7.2 0.1 0.49
Hex 89 73 70 0 10 12 2E 7 A 31
Octal 211 163 160 0 20 22 56 7 12 61
Binary 10001001 1110011 1110000 0 10000 10010 101110 111 1010 110001

Color Harmonies of #897370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #897370

Black with #897370

Text Example


Text Example

White with #897370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #897370; }

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

 H1.HeaderClassName
 {
   color: #897370;
 }
 .AnyTagClassName
 {
   color: #897370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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