Html Css Color HEX #824E46 Mule Fawn

📋 copy color: '#824E46'

red 130 ◦ green 78 ◦ blue 70

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

Shades of Mule Fawn #824E46

Tints of Mule Fawn #824E46

RGB

 RED value IS 130 (51.17% from 255) = 46.76%

 GREEN value IS 78 (30.86% from 255) = 28.06%

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

R = 46.76%
G = 28.06%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#824E46 (or 0x824E46) is known color: Mule Fawn. HEX triplet: 82, 4E and 46. RGB value is (130,78,70). Sum of RGB (Red+Green+Blue) = 130+78+70=278 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.76% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 130 - color contains mainly: red. Hex color #824E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E46 is #7DB1B9. Grayscale: #5C5C5C. Windows color (decimal): -8237498 or 4607618. OLE color: 4607618.

HSL color Cylindrical-coordinate representation of color #824E46: hue angle of 8º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824E46 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 70 -
CMYK 0 0.40 0.46 0.49
HSL 0.3% 0.39% -
HSV(B) 0.46% 0.51% -
XYZ 13.04 10.64 7.16 -
YUV 92.64 115.23 154.65 -
System Red Green Blue C M Y K H S L
Decimal 130 78 70 0 0.40 0.46 0.49 8 0.3 0.39
Hex 82 4E 46 0 28 2E 31 8 1E 27
Octal 202 116 106 0 50 56 61 10 36 47
Binary 10000010 1001110 1000110 0 101000 101110 110001 1000 11110 100111

Color Harmonies of #824E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E46

Black with #824E46

Text Example


Text Example

White with #824E46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E46; }

 p { color: rgb(130,78,70); }

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

background-color css

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

 a { background-color: rgb(130,78,70); }

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

border-color css

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

 span { border-color: rgb(130,78,70); }

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