Html Css Color HEX #874F45 Mule Fawn

📋 copy color: '#874F45'

red 135 ◦ green 79 ◦ blue 69

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

Shades of Mule Fawn #874F45

Tints of Mule Fawn #874F45

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

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

R = 47.7%
G = 27.92%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#874F45 (or 0x874F45) is known color: Mule Fawn. HEX triplet: 87, 4F and 45. RGB value is (135,79,69). Sum of RGB (Red+Green+Blue) = 135+79+69=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #874F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #874F45 is #78B0BA. Grayscale: #5E5E5E. Windows color (decimal): -7909563 or 4542343. OLE color: 4542343.

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

Color convert

RGB 135 79 69 -
CMYK 0 0.41 0.49 0.47
HSL 9.09º 0.32% 0.4% -
HSV(B) 9.09º 0.49% 0.53% -
XYZ 13.86 11.17 7.06 -
YUV 94.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 135 79 69 0 0.41 0.49 0.47 9.09 0.32 0.4
Hex 87 4F 45 0 29 31 2F 9 20 28
Octal 207 117 105 0 51 61 57 11 40 50
Binary 10000111 1001111 1000101 0 101001 110001 101111 1001 100000 101000

Color Harmonies of #874F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874F45

Black with #874F45

Text Example


Text Example

White with #874F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,79,69); }

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

background-color css

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

 a { background-color: rgb(135,79,69); }

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

border-color css

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

 span { border-color: rgb(135,79,69); }

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