Html Css Color HEX #875146 Mule Fawn

📋 copy color: '#875146'

red 135 ◦ green 81 ◦ blue 70

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

Shades of Mule Fawn #875146

Tints of Mule Fawn #875146

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.32%

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 47.2%
G = 28.32%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#875146 (or 0x875146) is known color: Mule Fawn. HEX triplet: 87, 51 and 46. RGB value is (135,81,70). Sum of RGB (Red+Green+Blue) = 135+81+70=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 81 (32.03% from 255 or 28.32% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #875146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875146 is #78AEB9. Grayscale: #5F5F5F. Windows color (decimal): -7909050 or 4608391. OLE color: 4608391.

HSL color Cylindrical-coordinate representation of color #875146: hue angle of 10.15º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #875146 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 81 70 -
CMYK 0 0.40 0.48 0.47
HSL 10.15º 0.32% 0.4% -
HSV(B) 10.15º 0.48% 0.53% -
XYZ 14.04 11.48 7.27 -
YUV 95.89 113.39 155.89 -
System Red Green Blue C M Y K H S L
Decimal 135 81 70 0 0.40 0.48 0.47 10.15 0.32 0.4
Hex 87 51 46 0 28 30 2F A 20 28
Octal 207 121 106 0 50 60 57 12 40 50
Binary 10000111 1010001 1000110 0 101000 110000 101111 1010 100000 101000

Color Harmonies of #875146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875146

Black with #875146

Text Example


Text Example

White with #875146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875146; }

 p { color: rgb(135,81,70); }

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

background-color css

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

 a { background-color: rgb(135,81,70); }

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

border-color css

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

 span { border-color: rgb(135,81,70); }

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