#898372

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

Shades of Friar Grey #898372

Tints of Friar Grey #898372

Color information

#898372 (or 0x898372) is unknown color: approx Friar Grey. HEX triplet: 89, 83 and 72. RGB value is (137,131,114). Sum of RGB (Red+Green+Blue) = 137+131+114=382 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.86% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 137 - color contains mainly: red. Hex color #898372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898372 is #767C8D. Grayscale: #828282. Windows color (decimal): -7765134 or 7504777. OLE color: 7504777.

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

Color convert

RGB137131114-
CMYK00.040.170.46
HSL44.35º9.16%49.22%-
HSV(B)44.35º16.79%53.73%-
XYZ21.4722.7719.18-
YUV130.86118.49132.38-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.86%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 114 (44.92% from 255) = 29.84%
R=35.86%
G=34.29%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713111400.040.170.4644.359.1649.22
Hex89837204112E2c931
Octal211203162042156541161
Binary100010011000001111100100100100011011101011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898372; }

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

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

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

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

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

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

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

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