#824941

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

Shades of Mule Fawn #824941

Tints of Mule Fawn #824941

Color information

#824941 (or 0x824941) is unknown color: approx Mule Fawn. HEX triplet: 82, 49 and 41. RGB value is (130,73,65). Sum of RGB (Red+Green+Blue) = 130+73+65=268 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.51% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 130 - color contains mainly: red. Hex color #824941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824941 is #7DB6BE. Grayscale: #595959. Windows color (decimal): -8238783 or 4278658. OLE color: 4278658.

HSL color Cylindrical-coordinate representation of color #824941: hue angle of 7.38º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #824941 is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1307365-
CMYK00.440.500.49
HSL7.38º33.33%38.24%-
HSV(B)7.38º50%50.98%-
XYZ12.549.896.25-
YUV89.13114.38157.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.51%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 65 (25.78% from 255) = 24.25%
R=48.51%
G=27.24%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130736500.440.500.497.3833.3338.24
Hex82494102C323172126
Octal202111101054626174146
Binary10000010100100110000010101100110010110001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824941; }

 p { color: rgb(130,73,65); }

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

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

 a { background-color: rgb(130,73,65); }

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

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

 span { border-color: rgb(130,73,65); }

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