Html Css Color HEX #898372 Friar Grey

📋 copy color: '#898372'

red 137 ◦ green 131 ◦ blue 114

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

Shades of Friar Grey #898372

Tints of Friar Grey #898372

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 value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

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

RGB 137 131 114 -
CMYK 0 0.04 0.17 0.46
HSL 44.35º 0.09% 0.49% -
HSV(B) 44.35º 0.17% 0.54% -
XYZ 21.47 22.77 19.18 -
YUV 130.86 118.49 132.38 -
System Red Green Blue C M Y K H S L
Decimal 137 131 114 0 0.04 0.17 0.46 44.35 0.09 0.49
Hex 89 83 72 0 4 11 2E 2C 9 31
Octal 211 203 162 0 4 21 56 54 11 61
Binary 10001001 10000011 1110010 0 100 10001 101110 101100 1001 110001

Color Harmonies of #898372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898372

Black with #898372

Text Example


Text Example

White with #898372

Text Example


Text Example

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