#824F46

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

Shades of Mule Fawn #824F46

Tints of Mule Fawn #824F46

Color information

#824F46 (or 0x824F46) is unknown color: approx Mule Fawn. HEX triplet: 82, 4F and 46. RGB value is (130,79,70). Sum of RGB (Red+Green+Blue) = 130+79+70=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 70 (27.73% from 255 or 25.09% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824F46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F46 is #7DB0B9. Grayscale: #5D5D5D. Windows color (decimal): -8237242 or 4607874. OLE color: 4607874.

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

Color convert

RGB1307970-
CMYK00.390.460.49
HSL30%39.22%-
HSV(B)46.15%50.98%-
XYZ13.1110.787.18-
YUV93.22114.9154.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.59%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 70 (27.73% from 255) = 25.09%
R=46.59%
G=28.32%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130797000.390.460.4993039.22
Hex824F460272E3191e27
Octal2021171060475661113647
Binary10000010100111110001100100111101110110001100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,79,70); }

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

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

 a { background-color: rgb(130,79,70); }

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

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

 span { border-color: rgb(130,79,70); }

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