#824942

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

Shades of Mule Fawn #824942

Tints of Mule Fawn #824942

Color information

#824942 (or 0x824942) is unknown color: approx Mule Fawn. HEX triplet: 82, 49 and 42. RGB value is (130,73,66). Sum of RGB (Red+Green+Blue) = 130+73+66=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824942 is #7DB6BD. Grayscale: #595959. Windows color (decimal): -8238782 or 4344194. OLE color: 4344194.

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

Color convert

RGB1307366-
CMYK00.440.490.49
HSL6.56º32.65%38.43%-
HSV(B)6.56º49.23%50.98%-
XYZ12.579.96.4-
YUV89.24114.88157.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 73 (28.91% from 255) = 27.14%
BLUE value IS 66 (26.17% from 255) = 24.54%
R=48.33%
G=27.14%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130736600.440.490.496.5632.6538.43
Hex82494202C313172126
Octal202111102054616174146
Binary10000010100100110000100101100110001110001111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824942; }

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

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

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

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

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

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

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

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