Html Css Color HEX #874A3C Mule Fawn

📋 copy color: '#874A3C'

red 135 ◦ green 74 ◦ blue 60

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

Shades of Mule Fawn #874A3C

Tints of Mule Fawn #874A3C

RGB

 RED value IS 135 (53.13% from 255) = 50.19%

 GREEN value IS 74 (29.3% from 255) = 27.51%

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

R = 50.19%
G = 27.51%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#874A3C (or 0x874A3C) is known color: Mule Fawn. HEX triplet: 87, 4A and 3C. RGB value is (135,74,60). Sum of RGB (Red+Green+Blue) = 135+74+60=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #874A3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874A3C is #78B5C3. Grayscale: #5A5A5A. Windows color (decimal): -7910852 or 3951239. OLE color: 3951239.

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

Color convert

RGB 135 74 60 -
CMYK 0 0.45 0.56 0.47
HSL 11.2º 0.38% 0.38% -
HSV(B) 11.2º 0.56% 0.53% -
XYZ 13.26 10.37 5.58 -
YUV 90.64 110.71 159.64 -
System Red Green Blue C M Y K H S L
Decimal 135 74 60 0 0.45 0.56 0.47 11.2 0.38 0.38
Hex 87 4A 3C 0 2D 38 2F B 26 26
Octal 207 112 74 0 55 70 57 13 46 46
Binary 10000111 1001010 111100 0 101101 111000 101111 1011 100110 100110

Color Harmonies of #874A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874A3C

Black with #874A3C

Text Example


Text Example

White with #874A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874A3C; }

 p { color: rgb(135,74,60); }

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

background-color css

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

 a { background-color: rgb(135,74,60); }

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

border-color css

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

 span { border-color: rgb(135,74,60); }

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