#898470

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

Shades of Friar Grey #898470

Tints of Friar Grey #898470

Color information

#898470 (or 0x898470) is unknown color: approx Friar Grey. HEX triplet: 89, 84 and 70. RGB value is (137,132,112). Sum of RGB (Red+Green+Blue) = 137+132+112=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 132 (51.95% from 255 or 34.65% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 137 - color contains mainly: red. Hex color #898470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898470 is #767B8F. Grayscale: #838383. Windows color (decimal): -7764880 or 7373961. OLE color: 7373961.

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

Color convert

RGB137132112-
CMYK00.040.180.46
HSL48º10.04%48.82%-
HSV(B)48º18.25%53.73%-
XYZ21.4922.9918.63-
YUV131.22117.16132.13-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.96%
GREEN value IS 132 (51.95% from 255) = 34.65%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=35.96%
G=34.65%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713211200.040.180.464810.0448.82
Hex89847004122E30a31
Octal211204160042256601261
Binary100010011000010011100000100100101011101100001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898470; }

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

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

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

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

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

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

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

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