Html Css Color HEX #824A42 Mule Fawn

📋 copy color: '#824A42'

red 130 ◦ green 74 ◦ blue 66

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

Shades of Mule Fawn #824A42

Tints of Mule Fawn #824A42

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.41%

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

R = 48.15%
G = 27.41%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#824A42 (or 0x824A42) is known color: Mule Fawn. HEX triplet: 82, 4A and 42. RGB value is (130,74,66). Sum of RGB (Red+Green+Blue) = 130+74+66=270 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.15% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 66 (26.17% from 255 or 24.44% from 270); Max value from RGB is 130 - color contains mainly: red. Hex color #824A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A42 is #7DB5BD. Grayscale: #595959. Windows color (decimal): -8238526 or 4344450. OLE color: 4344450.

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

Color convert

RGB 130 74 66 -
CMYK 0 0.43 0.49 0.49
HSL 7.5º 0.33% 0.38% -
HSV(B) 7.5º 0.49% 0.51% -
XYZ 12.64 10.04 6.43 -
YUV 89.83 114.55 156.65 -
System Red Green Blue C M Y K H S L
Decimal 130 74 66 0 0.43 0.49 0.49 7.5 0.33 0.38
Hex 82 4A 42 0 2B 31 31 8 21 26
Octal 202 112 102 0 53 61 61 10 41 46
Binary 10000010 1001010 1000010 0 101011 110001 110001 1000 100001 100110

Color Harmonies of #824A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A42

Black with #824A42

Text Example


Text Example

White with #824A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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