Html Css Color HEX #8C483A Mule Fawn

📋 copy color: '#8C483A'

red 140 ◦ green 72 ◦ blue 58

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

Shades of Mule Fawn #8C483A

Tints of Mule Fawn #8C483A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.48%

R = 51.85%
G = 26.67%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C483A (or 0x8C483A) is known color: Mule Fawn. HEX triplet: 8C, 48 and 3A. RGB value is (140,72,58). Sum of RGB (Red+Green+Blue) = 140+72+58=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C483A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C483A is #73B7C5. Grayscale: #5A5A5A. Windows color (decimal): -7583686 or 3819660. OLE color: 3819660.

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

Color convert

RGB 140 72 58 -
CMYK 0 0.49 0.59 0.45
HSL 10.24º 0.41% 0.39% -
HSV(B) 10.24º 0.59% 0.55% -
XYZ 13.9 10.52 5.3 -
YUV 90.74 109.53 163.14 -
System Red Green Blue C M Y K H S L
Decimal 140 72 58 0 0.49 0.59 0.45 10.24 0.41 0.39
Hex 8C 48 3A 0 31 3B 2D A 29 27
Octal 214 110 72 0 61 73 55 12 51 47
Binary 10001100 1001000 111010 0 110001 111011 101101 1010 101001 100111

Color Harmonies of #8C483A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C483A

Black with #8C483A

Text Example


Text Example

White with #8C483A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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