Html Css Color HEX #875042 Mule Fawn

📋 copy color: '#875042'

red 135 ◦ green 80 ◦ blue 66

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

Shades of Mule Fawn #875042

Tints of Mule Fawn #875042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 23.49%

R = 48.04%
G = 28.47%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#875042 (or 0x875042) is known color: Mule Fawn. HEX triplet: 87, 50 and 42. RGB value is (135,80,66). Sum of RGB (Red+Green+Blue) = 135+80+66=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #875042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875042 is #78AFBD. Grayscale: #5E5E5E. Windows color (decimal): -7909310 or 4345991. OLE color: 4345991.

HSL color Cylindrical-coordinate representation of color #875042: hue angle of 12.17º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875042 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 66 -
CMYK 0 0.41 0.51 0.47
HSL 12.17º 0.34% 0.39% -
HSV(B) 12.17º 0.51% 0.53% -
XYZ 13.84 11.28 6.6 -
YUV 94.85 111.72 156.64 -
System Red Green Blue C M Y K H S L
Decimal 135 80 66 0 0.41 0.51 0.47 12.17 0.34 0.39
Hex 87 50 42 0 29 33 2F C 22 27
Octal 207 120 102 0 51 63 57 14 42 47
Binary 10000111 1010000 1000010 0 101001 110011 101111 1100 100010 100111

Color Harmonies of #875042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875042

Black with #875042

Text Example


Text Example

White with #875042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875042; }

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

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

background-color css

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

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

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

border-color css

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

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

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