Html Css Color HEX #898471 Friar Grey

📋 copy color: '#898471'

red 137 ◦ green 132 ◦ blue 113

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

Shades of Friar Grey #898471

Tints of Friar Grey #898471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.55%

 BLUE value IS 113 (44.53% from 255) = 29.58%

R = 35.86%
G = 34.55%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#898471 (or 0x898471) is known color: Friar Grey. HEX triplet: 89, 84 and 71. RGB value is (137,132,113). Sum of RGB (Red+Green+Blue) = 137+132+113=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 132 (51.95% from 255 or 34.55% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #898471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898471 is #767B8E. Grayscale: #838383. Windows color (decimal): -7764879 or 7439497. OLE color: 7439497.

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

Color convert

RGB 137 132 113 -
CMYK 0 0.04 0.18 0.46
HSL 47.5º 0.1% 0.49% -
HSV(B) 47.5º 0.18% 0.54% -
XYZ 21.55 23.01 18.93 -
YUV 131.33 117.66 132.04 -
System Red Green Blue C M Y K H S L
Decimal 137 132 113 0 0.04 0.18 0.46 47.5 0.1 0.49
Hex 89 84 71 0 4 12 2E 30 A 31
Octal 211 204 161 0 4 22 56 60 12 61
Binary 10001001 10000100 1110001 0 100 10010 101110 110000 1010 110001

Color Harmonies of #898471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898471

Black with #898471

Text Example


Text Example

White with #898471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898471; }

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

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

background-color css

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

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

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

border-color css

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

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

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