Html Css Color HEX #824942 Mule Fawn

📋 copy color: '#824942'

red 130 ◦ green 73 ◦ blue 66

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

Shades of Mule Fawn #824942

Tints of Mule Fawn #824942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

 BLUE value IS 66 (26.17% from 255) = 24.54%

R = 48.33%
G = 27.14%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#824942 (or 0x824942) is known color: Mule Fawn. HEX triplet: 82, 49 and 42. RGB value is (130,73,66). Sum of RGB (Red+Green+Blue) = 130+73+66=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824942 is #7DB6BD. Grayscale: #595959. Windows color (decimal): -8238782 or 4344194. OLE color: 4344194.

HSL color Cylindrical-coordinate representation of color #824942: hue angle of 6.56º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824942 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 66 -
CMYK 0 0.44 0.49 0.49
HSL 6.56º 0.33% 0.38% -
HSV(B) 6.56º 0.49% 0.51% -
XYZ 12.57 9.9 6.4 -
YUV 89.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 130 73 66 0 0.44 0.49 0.49 6.56 0.33 0.38
Hex 82 49 42 0 2C 31 31 7 21 26
Octal 202 111 102 0 54 61 61 7 41 46
Binary 10000010 1001001 1000010 0 101100 110001 110001 111 100001 100110

Color Harmonies of #824942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824942

Black with #824942

Text Example


Text Example

White with #824942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824942; }

 p { color: rgb(130,73,66); }

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

background-color css

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

 a { background-color: rgb(130,73,66); }

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

border-color css

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

 span { border-color: rgb(130,73,66); }

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