#824C44

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

Shades of Mule Fawn #824C44

Tints of Mule Fawn #824C44

Color information

#824C44 (or 0x824C44) is unknown color: approx Mule Fawn. HEX triplet: 82, 4C and 44. RGB value is (130,76,68). Sum of RGB (Red+Green+Blue) = 130+76+68=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 76 (30.08% from 255 or 27.74% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #824C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C44 is #7DB3BB. Grayscale: #5B5B5B. Windows color (decimal): -8238012 or 4476034. OLE color: 4476034.

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

Color convert

RGB1307668-
CMYK00.420.480.49
HSL7.74º31.31%38.82%-
HSV(B)7.74º47.69%50.98%-
XYZ12.8310.336.79-
YUV91.23114.89155.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.45%
GREEN value IS 76 (30.08% from 255) = 27.74%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=47.45%
G=27.74%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130766800.420.480.497.7431.3138.82
Hex824C4402A303181f27
Octal2021141040526061103747
Binary10000010100110010001000101010110000110001100011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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