Html Css Color HEX #824E45 Mule Fawn

📋 copy color: '#824E45'

red 130 ◦ green 78 ◦ blue 69

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

Shades of Mule Fawn #824E45

Tints of Mule Fawn #824E45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.91%

R = 46.93%
G = 28.16%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824E45 (or 0x824E45) is known color: Mule Fawn. HEX triplet: 82, 4E and 45. RGB value is (130,78,69). Sum of RGB (Red+Green+Blue) = 130+78+69=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #824E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E45 is #7DB1BA. Grayscale: #5C5C5C. Windows color (decimal): -8237499 or 4542082. OLE color: 4542082.

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

Color convert

RGB 130 78 69 -
CMYK 0 0.40 0.47 0.49
HSL 8.85º 0.31% 0.39% -
HSV(B) 8.85º 0.47% 0.51% -
XYZ 13 10.62 7 -
YUV 92.52 114.73 154.73 -
System Red Green Blue C M Y K H S L
Decimal 130 78 69 0 0.40 0.47 0.49 8.85 0.31 0.39
Hex 82 4E 45 0 28 2F 31 9 1F 27
Octal 202 116 105 0 50 57 61 11 37 47
Binary 10000010 1001110 1000101 0 101000 101111 110001 1001 11111 100111

Color Harmonies of #824E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E45

Black with #824E45

Text Example


Text Example

White with #824E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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