Html Css Color HEX #898575 Friar Grey

📋 copy color: '#898575'

red 137 ◦ green 133 ◦ blue 117

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

Shades of Friar Grey #898575

Tints of Friar Grey #898575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 35.4%
G = 34.37%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#898575 (or 0x898575) is known color: Friar Grey. HEX triplet: 89, 85 and 75. RGB value is (137,133,117). Sum of RGB (Red+Green+Blue) = 137+133+117=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 137 - color contains mainly: red. Hex color #898575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898575 is #767A8A. Grayscale: #848484. Windows color (decimal): -7764619 or 7701897. OLE color: 7701897.

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

Color convert

RGB 137 133 117 -
CMYK 0 0.03 0.15 0.46
HSL 48º 0.08% 0.5% -
HSV(B) 48º 0.15% 0.54% -
XYZ 21.91 23.38 20.19 -
YUV 132.37 119.33 131.3 -
System Red Green Blue C M Y K H S L
Decimal 137 133 117 0 0.03 0.15 0.46 48 0.08 0.5
Hex 89 85 75 0 3 F 2E 30 8 32
Octal 211 205 165 0 3 17 56 60 10 62
Binary 10001001 10000101 1110101 0 11 1111 101110 110000 1000 110010

Color Harmonies of #898575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898575

Black with #898575

Text Example


Text Example

White with #898575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898575; }

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

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

background-color css

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

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

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

border-color css

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

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

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