Html Css Color HEX #8B8573 Friar Grey

📋 copy color: '#8B8573'

red 139 ◦ green 133 ◦ blue 115

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

Shades of Friar Grey #8B8573

Tints of Friar Grey #8B8573

RGB

 RED value IS 139 (54.69% from 255) = 35.92%

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

 BLUE value IS 115 (45.31% from 255) = 29.72%

R = 35.92%
G = 34.37%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B8573 (or 0x8B8573) is known color: Friar Grey. HEX triplet: 8B, 85 and 73. RGB value is (139,133,115). Sum of RGB (Red+Green+Blue) = 139+133+115=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 115 (45.31% from 255 or 29.72% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B8573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B8573 is #747A8C. Grayscale: #848484. Windows color (decimal): -7633549 or 7570827. OLE color: 7570827.

HSL color Cylindrical-coordinate representation of color #8B8573: hue angle of 45º 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 #8B8573 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 133 115 -
CMYK 0 0.04 0.17 0.45
HSL 45º 0.09% 0.5% -
HSV(B) 45º 0.17% 0.55% -
XYZ 22.13 23.5 19.59 -
YUV 132.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 139 133 115 0 0.04 0.17 0.45 45 0.09 0.5
Hex 8B 85 73 0 4 11 2D 2D 9 32
Octal 213 205 163 0 4 21 55 55 11 62
Binary 10001011 10000101 1110011 0 100 10001 101101 101101 1001 110010

Color Harmonies of #8B8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B8573

Black with #8B8573

Text Example


Text Example

White with #8B8573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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