Html Css Color HEX #8C483B Mule Fawn

📋 copy color: '#8C483B'

red 140 ◦ green 72 ◦ blue 59

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

Shades of Mule Fawn #8C483B

Tints of Mule Fawn #8C483B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 51.66%
G = 26.57%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C483B (or 0x8C483B) is known color: Mule Fawn. HEX triplet: 8C, 48 and 3B. RGB value is (140,72,59). Sum of RGB (Red+Green+Blue) = 140+72+59=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C483B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C483B is #73B7C4. Grayscale: #5A5A5A. Windows color (decimal): -7583685 or 3885196. OLE color: 3885196.

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

Color convert

RGB 140 72 59 -
CMYK 0 0.49 0.58 0.45
HSL 9.63º 0.41% 0.39% -
HSV(B) 9.63º 0.58% 0.55% -
XYZ 13.92 10.53 5.44 -
YUV 90.85 110.03 163.06 -
System Red Green Blue C M Y K H S L
Decimal 140 72 59 0 0.49 0.58 0.45 9.63 0.41 0.39
Hex 8C 48 3B 0 31 3A 2D A 29 27
Octal 214 110 73 0 61 72 55 12 51 47
Binary 10001100 1001000 111011 0 110001 111010 101101 1010 101001 100111

Color Harmonies of #8C483B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C483B

Black with #8C483B

Text Example


Text Example

White with #8C483B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,72,59); }

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

background-color css

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

 a { background-color: rgb(140,72,59); }

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

border-color css

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

 span { border-color: rgb(140,72,59); }

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