Html Css Color HEX #875044 Mule Fawn

📋 copy color: '#875044'

red 135 ◦ green 80 ◦ blue 68

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

Shades of Mule Fawn #875044

Tints of Mule Fawn #875044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.03%

R = 47.7%
G = 28.27%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#875044 (or 0x875044) is known color: Mule Fawn. HEX triplet: 87, 50 and 44. RGB value is (135,80,68). Sum of RGB (Red+Green+Blue) = 135+80+68=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #875044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875044 is #78AFBB. Grayscale: #5F5F5F. Windows color (decimal): -7909308 or 4477063. OLE color: 4477063.

HSL color Cylindrical-coordinate representation of color #875044: hue angle of 10.75º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #875044 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 68 -
CMYK 0 0.41 0.50 0.47
HSL 10.75º 0.33% 0.4% -
HSV(B) 10.75º 0.5% 0.53% -
XYZ 13.9 11.31 6.92 -
YUV 95.08 112.72 156.48 -
System Red Green Blue C M Y K H S L
Decimal 135 80 68 0 0.41 0.50 0.47 10.75 0.33 0.4
Hex 87 50 44 0 29 32 2F B 21 28
Octal 207 120 104 0 51 62 57 13 41 50
Binary 10000111 1010000 1000100 0 101001 110010 101111 1011 100001 101000

Color Harmonies of #875044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875044

Black with #875044

Text Example


Text Example

White with #875044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875044; }

 p { color: rgb(135,80,68); }

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

background-color css

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

 a { background-color: rgb(135,80,68); }

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

border-color css

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

 span { border-color: rgb(135,80,68); }

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