Html Css Color HEX #874D40 Mule Fawn

📋 copy color: '#874D40'

red 135 ◦ green 77 ◦ blue 64

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

Shades of Mule Fawn #874D40

Tints of Mule Fawn #874D40

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.9%

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 48.91%
G = 27.9%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#874D40 (or 0x874D40) is known color: Mule Fawn. HEX triplet: 87, 4D and 40. RGB value is (135,77,64). Sum of RGB (Red+Green+Blue) = 135+77+64=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #874D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874D40 is #78B2BF. Grayscale: #5C5C5C. Windows color (decimal): -7910080 or 4214151. OLE color: 4214151.

HSL color Cylindrical-coordinate representation of color #874D40: hue angle of 10.99º 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 #874D40 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 77 64 -
CMYK 0 0.43 0.53 0.47
HSL 10.99º 0.36% 0.39% -
HSV(B) 10.99º 0.53% 0.53% -
XYZ 13.57 10.83 6.23 -
YUV 92.86 111.72 158.06 -
System Red Green Blue C M Y K H S L
Decimal 135 77 64 0 0.43 0.53 0.47 10.99 0.36 0.39
Hex 87 4D 40 0 2B 35 2F B 24 27
Octal 207 115 100 0 53 65 57 13 44 47
Binary 10000111 1001101 1000000 0 101011 110101 101111 1011 100100 100111

Color Harmonies of #874D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874D40

Black with #874D40

Text Example


Text Example

White with #874D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,77,64); }

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

background-color css

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

 a { background-color: rgb(135,77,64); }

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

border-color css

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

 span { border-color: rgb(135,77,64); }

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