Html Css Color HEX #898573 Friar Grey

📋 copy color: '#898573'

red 137 ◦ green 133 ◦ blue 115

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

Shades of Friar Grey #898573

Tints of Friar Grey #898573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 35.58%
G = 34.55%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#898573 (or 0x898573) is known color: Friar Grey. HEX triplet: 89, 85 and 73. RGB value is (137,133,115). Sum of RGB (Red+Green+Blue) = 137+133+115=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898573 is #767A8C. Grayscale: #848484. Windows color (decimal): -7764621 or 7570825. OLE color: 7570825.

HSL color Cylindrical-coordinate representation of color #898573: hue angle of 49.09º 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 #898573 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 115 -
CMYK 0 0.03 0.16 0.46
HSL 49.09º 0.09% 0.49% -
HSV(B) 49.09º 0.16% 0.54% -
XYZ 21.8 23.33 19.57 -
YUV 132.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 137 133 115 0 0.03 0.16 0.46 49.09 0.09 0.49
Hex 89 85 73 0 3 10 2E 31 9 31
Octal 211 205 163 0 3 20 56 61 11 61
Binary 10001001 10000101 1110011 0 11 10000 101110 110001 1001 110001

Color Harmonies of #898573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898573

Black with #898573

Text Example


Text Example

White with #898573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898573; }

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

 H1.HeaderClassName
 {
   color: #898573;
 }
 .AnyTagClassName
 {
   color: #898573;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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