Html Css Color HEX #86473C Mule Fawn

📋 copy color: '#86473C'

red 134 ◦ green 71 ◦ blue 60

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

Shades of Mule Fawn #86473C

Tints of Mule Fawn #86473C

RGB

 RED value IS 134 (52.73% from 255) = 50.57%

 GREEN value IS 71 (28.13% from 255) = 26.79%

 BLUE value IS 60 (23.83% from 255) = 22.64%

R = 50.57%
G = 26.79%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#86473C (or 0x86473C) is known color: Mule Fawn. HEX triplet: 86, 47 and 3C. RGB value is (134,71,60). Sum of RGB (Red+Green+Blue) = 134+71+60=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86473C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86473C is #79B8C3. Grayscale: #585858. Windows color (decimal): -7977156 or 3950470. OLE color: 3950470.

HSL color Cylindrical-coordinate representation of color #86473C: hue angle of 8.92º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86473C is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 71 60 -
CMYK 0 0.47 0.55 0.47
HSL 8.92º 0.38% 0.38% -
HSV(B) 8.92º 0.55% 0.53% -
XYZ 12.9 9.9 5.51 -
YUV 88.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 134 71 60 0 0.47 0.55 0.47 8.92 0.38 0.38
Hex 86 47 3C 0 2F 37 2F 9 26 26
Octal 206 107 74 0 57 67 57 11 46 46
Binary 10000110 1000111 111100 0 101111 110111 101111 1001 100110 100110

Color Harmonies of #86473C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86473C

Black with #86473C

Text Example


Text Example

White with #86473C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86473C; }

 p { color: rgb(134,71,60); }

 H1.HeaderClassName
 {
   color: #86473C;
 }
 .AnyTagClassName
 {
   color: #86473C;
 }
</style>

background-color css

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

 a { background-color: rgb(134,71,60); }

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

border-color css

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

 span { border-color: rgb(134,71,60); }

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