Html Css Color HEX #824C42 Mule Fawn

📋 copy color: '#824C42'

red 130 ◦ green 76 ◦ blue 66

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

Shades of Mule Fawn #824C42

Tints of Mule Fawn #824C42

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

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

R = 47.79%
G = 27.94%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#824C42 (or 0x824C42) is known color: Mule Fawn. HEX triplet: 82, 4C and 42. RGB value is (130,76,66). Sum of RGB (Red+Green+Blue) = 130+76+66=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C42 is #7DB3BD. Grayscale: #5B5B5B. Windows color (decimal): -8238014 or 4344962. OLE color: 4344962.

HSL color Cylindrical-coordinate representation of color #824C42: hue angle of 9.38º 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 #824C42 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 66 -
CMYK 0 0.42 0.49 0.49
HSL 9.38º 0.33% 0.38% -
HSV(B) 9.38º 0.49% 0.51% -
XYZ 12.77 10.31 6.47 -
YUV 91.01 113.89 155.81 -
System Red Green Blue C M Y K H S L
Decimal 130 76 66 0 0.42 0.49 0.49 9.38 0.33 0.38
Hex 82 4C 42 0 2A 31 31 9 21 26
Octal 202 114 102 0 52 61 61 11 41 46
Binary 10000010 1001100 1000010 0 101010 110001 110001 1001 100001 100110

Color Harmonies of #824C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C42

Black with #824C42

Text Example


Text Example

White with #824C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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