#824D45

Color #824D45 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #824D45

Tints of Mule Fawn #824D45

Color information

#824D45 (or 0x824D45) is unknown color: approx Mule Fawn. HEX triplet: 82, 4D and 45. RGB value is (130,77,69). Sum of RGB (Red+Green+Blue) = 130+77+69=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824D45 is #7DB2BA. Grayscale: #5C5C5C. Windows color (decimal): -8237755 or 4541826. OLE color: 4541826.

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

Color convert

RGB1307769-
CMYK00.410.470.49
HSL7.87º30.65%39.02%-
HSV(B)7.87º46.92%50.98%-
XYZ12.9310.486.97-
YUV91.93115.06155.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 77 (30.47% from 255) = 27.90%
BLUE value IS 69 (27.34% from 255) = 25%
R=47.10%
G=27.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130776900.410.470.497.8730.6539.02
Hex824D450292F3181f27
Octal2021151050515761103747
Binary10000010100110110001010101001101111110001100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #824D45;
 }
 .AnyTagClassName
 {
   color: #824D45;
 }
</style>
background-color css

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

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

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

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

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

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