#8B8575

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

Shades of Friar Grey #8B8575

Tints of Friar Grey #8B8575

Color information

#8B8575 (or 0x8B8575) is unknown color: approx Friar Grey. HEX triplet: 8B, 85 and 75. RGB value is (139,133,117). Sum of RGB (Red+Green+Blue) = 139+133+117=389 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.73% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8575 is #747A8A. Grayscale: #858585. Windows color (decimal): -7633547 or 7701899. OLE color: 7701899.

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

Color convert

RGB139133117-
CMYK00.040.160.45
HSL43.64º8.66%50.2%-
HSV(B)43.64º15.83%54.51%-
XYZ22.2523.5520.2-
YUV132.97118.99132.3-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 35.73%
GREEN value IS 133 (52.34% from 255) = 34.19%
BLUE value IS 117 (46.09% from 255) = 30.08%
R=35.73%
G=34.19%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13913311700.040.160.4543.648.6650.2
Hex8B857504102D2c932
Octal213205165042055541162
Binary100010111000010111101010100100001011011011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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