#898373

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

Shades of Friar Grey #898373

Tints of Friar Grey #898373

Color information

#898373 (or 0x898373) is unknown color: approx Friar Grey. HEX triplet: 89, 83 and 73. RGB value is (137,131,115). Sum of RGB (Red+Green+Blue) = 137+131+115=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #898373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898373 is #767C8C. Grayscale: #838383. Windows color (decimal): -7765133 or 7570313. OLE color: 7570313.

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

Color convert

RGB137131115-
CMYK00.040.160.46
HSL43.64º8.73%49.41%-
HSV(B)43.64º16.06%53.73%-
XYZ21.5322.7919.48-
YUV130.97118.99132.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=35.77%
G=34.20%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713111500.040.160.4643.648.7349.41
Hex89837304102E2c931
Octal211203163042056541161
Binary100010011000001111100110100100001011101011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898373; }

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

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

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

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

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

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

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

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