Html Css Color HEX #8C4B3D Mule Fawn

📋 copy color: '#8C4B3D'

red 140 ◦ green 75 ◦ blue 61

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

Shades of Mule Fawn #8C4B3D

Tints of Mule Fawn #8C4B3D

RGB

 RED value IS 140 (55.08% from 255) = 50.72%

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 61 (24.22% from 255) = 22.1%

R = 50.72%
G = 27.17%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C4B3D (or 0x8C4B3D) is known color: Mule Fawn. HEX triplet: 8C, 4B and 3D. RGB value is (140,75,61). Sum of RGB (Red+Green+Blue) = 140+75+61=276 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.72% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 61 (24.22% from 255 or 22.10% from 276); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C4B3D is #73B4C2. Grayscale: #5C5C5C. Windows color (decimal): -7582915 or 4017036. OLE color: 4017036.

HSL color Cylindrical-coordinate representation of color #8C4B3D: hue angle of 10.63º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C4B3D is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 75 61 -
CMYK 0 0.46 0.56 0.45
HSL 10.63º 0.39% 0.39% -
HSV(B) 10.63º 0.56% 0.55% -
XYZ 14.17 10.94 5.78 -
YUV 92.84 110.03 161.64 -
System Red Green Blue C M Y K H S L
Decimal 140 75 61 0 0.46 0.56 0.45 10.63 0.39 0.39
Hex 8C 4B 3D 0 2E 38 2D B 27 27
Octal 214 113 75 0 56 70 55 13 47 47
Binary 10001100 1001011 111101 0 101110 111000 101101 1011 100111 100111

Color Harmonies of #8C4B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4B3D

Black with #8C4B3D

Text Example


Text Example

White with #8C4B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C4B3D; }

 p { color: rgb(140,75,61); }

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

background-color css

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

 a { background-color: rgb(140,75,61); }

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

border-color css

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

 span { border-color: rgb(140,75,61); }

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