Html Css Color HEX #865045 Mule Fawn

📋 copy color: '#865045'

red 134 ◦ green 80 ◦ blue 69

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

Shades of Mule Fawn #865045

Tints of Mule Fawn #865045

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 47.35%
G = 28.27%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#865045 (or 0x865045) is known color: Mule Fawn. HEX triplet: 86, 50 and 45. RGB value is (134,80,69). Sum of RGB (Red+Green+Blue) = 134+80+69=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #865045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865045 is #79AFBA. Grayscale: #5E5E5E. Windows color (decimal): -7974843 or 4542598. OLE color: 4542598.

HSL color Cylindrical-coordinate representation of color #865045: hue angle of 10.15º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #865045 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 80 69 -
CMYK 0 0.40 0.49 0.47
HSL 10.15º 0.32% 0.4% -
HSV(B) 10.15º 0.49% 0.53% -
XYZ 13.77 11.24 7.07 -
YUV 94.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 134 80 69 0 0.40 0.49 0.47 10.15 0.32 0.4
Hex 86 50 45 0 28 31 2F A 20 28
Octal 206 120 105 0 50 61 57 12 40 50
Binary 10000110 1010000 1000101 0 101000 110001 101111 1010 100000 101000

Color Harmonies of #865045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865045

Black with #865045

Text Example


Text Example

White with #865045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865045; }

 p { color: rgb(134,80,69); }

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

background-color css

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

 a { background-color: rgb(134,80,69); }

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

border-color css

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

 span { border-color: rgb(134,80,69); }

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