Html Css Color HEX #86473F Mule Fawn

📋 copy color: '#86473F'

red 134 ◦ green 71 ◦ blue 63

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

Shades of Mule Fawn #86473F

Tints of Mule Fawn #86473F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.51%

R = 50%
G = 26.49%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#86473F (or 0x86473F) is known color: Mule Fawn. HEX triplet: 86, 47 and 3F. RGB value is (134,71,63). Sum of RGB (Red+Green+Blue) = 134+71+63=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #86473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86473F is #79B8C0. Grayscale: #595959. Windows color (decimal): -7977153 or 4147078. OLE color: 4147078.

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

Color convert

RGB 134 71 63 -
CMYK 0 0.47 0.53 0.47
HSL 6.76º 0.36% 0.39% -
HSV(B) 6.76º 0.53% 0.53% -
XYZ 12.98 9.93 5.94 -
YUV 88.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 134 71 63 0 0.47 0.53 0.47 6.76 0.36 0.39
Hex 86 47 3F 0 2F 35 2F 7 24 27
Octal 206 107 77 0 57 65 57 7 44 47
Binary 10000110 1000111 111111 0 101111 110101 101111 111 100100 100111

Color Harmonies of #86473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86473F

Black with #86473F

Text Example


Text Example

White with #86473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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