#898375

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

Shades of Friar Grey #898375

Tints of Friar Grey #898375

Color information

#898375 (or 0x898375) is unknown color: approx Friar Grey. HEX triplet: 89, 83 and 75. RGB value is (137,131,117). Sum of RGB (Red+Green+Blue) = 137+131+117=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898375 is #767C8A. Grayscale: #838383. Windows color (decimal): -7765131 or 7701385. OLE color: 7701385.

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

Color convert

RGB137131117-
CMYK00.040.150.46
HSL42º7.87%49.8%-
HSV(B)42º14.6%53.73%-
XYZ21.6422.8420.1-
YUV131.2119.99132.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 131 (51.56% from 255) = 34.03%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=35.58%
G=34.03%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713111700.040.150.46427.8749.8
Hex89837504F2E2a832
Octal211203165041756521062
Binary10001001100000111110101010011111011101010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898375; }

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

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

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

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

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

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

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

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