#898370

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

Shades of Friar Grey #898370

Tints of Friar Grey #898370

Color information

#898370 (or 0x898370) is unknown color: approx Friar Grey. HEX triplet: 89, 83 and 70. RGB value is (137,131,112). Sum of RGB (Red+Green+Blue) = 137+131+112=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #898370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898370 is #767C8F. Grayscale: #828282. Windows color (decimal): -7765136 or 7373705. OLE color: 7373705.

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

Color convert

RGB137131112-
CMYK00.040.180.46
HSL45.6º10.04%48.82%-
HSV(B)45.6º18.25%53.73%-
XYZ21.3622.7218.59-
YUV130.63117.49132.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 131 (51.56% from 255) = 34.47%
BLUE value IS 112 (44.14% from 255) = 29.47%
R=36.05%
G=34.47%
B=29.47%

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
Decimal13713111200.040.180.4645.610.0448.82
Hex89837004122E2ea31
Octal211203160042256561261
Binary100010011000001111100000100100101011101011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898370; }

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

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

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

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

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

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

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

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