Html Css Color HEX #898270 Friar Grey

📋 copy color: '#898270'

red 137 ◦ green 130 ◦ blue 112

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

Shades of Friar Grey #898270

Tints of Friar Grey #898270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

 BLUE value IS 112 (44.14% from 255) = 29.55%

R = 36.15%
G = 34.3%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#898270 (or 0x898270) is known color: Friar Grey. HEX triplet: 89, 82 and 70. RGB value is (137,130,112). Sum of RGB (Red+Green+Blue) = 137+130+112=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #898270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898270 is #767D8F. Grayscale: #828282. Windows color (decimal): -7765392 or 7373449. OLE color: 7373449.

HSL color Cylindrical-coordinate representation of color #898270: hue angle of 43.2º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898270 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 130 112 -
CMYK 0 0.05 0.18 0.46
HSL 43.2º 0.1% 0.49% -
HSV(B) 43.2º 0.18% 0.54% -
XYZ 21.22 22.45 18.54 -
YUV 130.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 137 130 112 0 0.05 0.18 0.46 43.2 0.1 0.49
Hex 89 82 70 0 5 12 2E 2B A 31
Octal 211 202 160 0 5 22 56 53 12 61
Binary 10001001 10000010 1110000 0 101 10010 101110 101011 1010 110001

Color Harmonies of #898270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898270

Black with #898270

Text Example


Text Example

White with #898270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898270; }

 p { color: rgb(137,130,112); }

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

background-color css

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

 a { background-color: rgb(137,130,112); }

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

border-color css

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

 span { border-color: rgb(137,130,112); }

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