#8B8574

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

Shades of Friar Grey #8B8574

Tints of Friar Grey #8B8574

Color information

#8B8574 (or 0x8B8574) is unknown color: approx Friar Grey. HEX triplet: 8B, 85 and 74. RGB value is (139,133,116). Sum of RGB (Red+Green+Blue) = 139+133+116=388 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.82% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8574 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8574 is #747A8B. Grayscale: #848484. Windows color (decimal): -7633548 or 7636363. OLE color: 7636363.

HSL color Cylindrical-coordinate representation of color #8B8574: hue angle of 44.35º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B8574 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB139133116-
CMYK00.040.170.45
HSL44.35º9.02%50%-
HSV(B)44.35º16.55%54.51%-
XYZ22.1923.5219.89-
YUV132.86118.49132.38-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.82%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=35.82%
G=34.28%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913311600.040.170.4544.359.0250
Hex8B857404112D2c932
Octal213205164042155541162
Binary100010111000010111101000100100011011011011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B8574; }

 p { color: rgb(139,133,116); }

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

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

 a { background-color: rgb(139,133,116); }

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

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

 span { border-color: rgb(139,133,116); }

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