Html Css Color HEX #8C8471 Friar Grey

📋 copy color: '#8C8471'

red 140 ◦ green 132 ◦ blue 113

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

Shades of Friar Grey #8C8471

Tints of Friar Grey #8C8471

RGB

 RED value IS 140 (55.08% from 255) = 36.36%

 GREEN value IS 132 (51.95% from 255) = 34.29%

 BLUE value IS 113 (44.53% from 255) = 29.35%

R = 36.36%
G = 34.29%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8C8471 (or 0x8C8471) is known color: Friar Grey. HEX triplet: 8C, 84 and 71. RGB value is (140,132,113). Sum of RGB (Red+Green+Blue) = 140+132+113=385 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.36% from 385); Green value is 132 (51.95% from 255 or 34.29% from 385); Blue value is 113 (44.53% from 255 or 29.35% from 385); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8471 is #737B8E. Grayscale: #848484. Windows color (decimal): -7568271 or 7439500. OLE color: 7439500.

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

Color convert

RGB 140 132 113 -
CMYK 0 0.06 0.19 0.45
HSL 42.22º 0.11% 0.5% -
HSV(B) 42.22º 0.19% 0.55% -
XYZ 22.05 23.27 18.95 -
YUV 132.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 140 132 113 0 0.06 0.19 0.45 42.22 0.11 0.5
Hex 8C 84 71 0 6 13 2D 2A B 32
Octal 214 204 161 0 6 23 55 52 13 62
Binary 10001100 10000100 1110001 0 110 10011 101101 101010 1011 110010

Color Harmonies of #8C8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8471

Black with #8C8471

Text Example


Text Example

White with #8C8471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,113); }

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

background-color css

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

 a { background-color: rgb(140,132,113); }

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

border-color css

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

 span { border-color: rgb(140,132,113); }

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