#898271

Color #898271 Friar Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Friar Grey #898271

Tints of Friar Grey #898271

Color information

#898271 (or 0x898271) is unknown color: approx Friar Grey. HEX triplet: 89, 82 and 71. RGB value is (137,130,113). Sum of RGB (Red+Green+Blue) = 137+130+113=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 130 (51.17% from 255 or 34.21% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #898271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898271 is #767D8E. Grayscale: #828282. Windows color (decimal): -7765391 or 7438985. OLE color: 7438985.

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

Color convert

RGB137130113-
CMYK00.050.180.46
HSL42.5º9.6%49.02%-
HSV(B)42.5º17.52%53.73%-
XYZ21.2822.4818.84-
YUV130.16118.32132.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 36.05%
GREEN value IS 130 (51.17% from 255) = 34.21%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=36.05%
G=34.21%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713011300.050.180.4642.59.649.02
Hex89827105122E2ba31
Octal211202161052256531261
Binary100010011000001011100010101100101011101010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898271; }

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

 H1.HeaderClassName
 {
   color: #898271;
 }
 .AnyTagClassName
 {
   color: #898271;
 }
</style>
background-color css

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

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

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

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

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

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