Html Css Color HEX #898373 Friar Grey

📋 copy color: '#898373'

red 137 ◦ green 131 ◦ blue 115

#898373
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Friar Grey #898373

Tints of Friar Grey #898373

RGB

 RED value IS 137 (53.91% from 255) = 35.77%

 GREEN value IS 131 (51.56% from 255) = 34.2%

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 35.77%
G = 34.2%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#898373 (or 0x898373) is known color: 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

RGB 137 131 115 -
CMYK 0 0.04 0.16 0.46
HSL 43.64º 0.09% 0.49% -
HSV(B) 43.64º 0.16% 0.54% -
XYZ 21.53 22.79 19.48 -
YUV 130.97 118.99 132.3 -
System Red Green Blue C M Y K H S L
Decimal 137 131 115 0 0.04 0.16 0.46 43.64 0.09 0.49
Hex 89 83 73 0 4 10 2E 2C 9 31
Octal 211 203 163 0 4 20 56 54 11 61
Binary 10001001 10000011 1110011 0 100 10000 101110 101100 1001 110001

Color Harmonies of #898373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898373

Black with #898373

Text Example


Text Example

White with #898373

Text Example


Text Example

HTML Codes & Css Web 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>