Html Css Color HEX #824B40 Mule Fawn

📋 copy color: '#824B40'

red 130 ◦ green 75 ◦ blue 64

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

Shades of Mule Fawn #824B40

Tints of Mule Fawn #824B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.88%

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 48.33%
G = 27.88%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#824B40 (or 0x824B40) is known color: Mule Fawn. HEX triplet: 82, 4B and 40. RGB value is (130,75,64). Sum of RGB (Red+Green+Blue) = 130+75+64=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B40 is #7DB4BF. Grayscale: #5A5A5A. Windows color (decimal): -8238272 or 4213634. OLE color: 4213634.

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

Color convert

RGB 130 75 64 -
CMYK 0 0.42 0.51 0.49
HSL 10º 0.34% 0.38% -
HSV(B) 10º 0.51% 0.51% -
XYZ 12.65 10.15 6.14 -
YUV 90.19 113.22 156.39 -
System Red Green Blue C M Y K H S L
Decimal 130 75 64 0 0.42 0.51 0.49 10 0.34 0.38
Hex 82 4B 40 0 2A 33 31 A 22 26
Octal 202 113 100 0 52 63 61 12 42 46
Binary 10000010 1001011 1000000 0 101010 110011 110001 1010 100010 100110

Color Harmonies of #824B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B40

Black with #824B40

Text Example


Text Example

White with #824B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,64); }

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

background-color css

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

 a { background-color: rgb(130,75,64); }

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

border-color css

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

 span { border-color: rgb(130,75,64); }

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