#824B40

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

Shades of Mule Fawn #824B40

Tints of Mule Fawn #824B40

Color information

#824B40 (or 0x824B40) is unknown color: approx Mule Fawn. HEX triplet: 82, 4B and 40. RGB value is (130,75,64). Sum of RGB (Red+Green+Blue) = 130+75+64=269 (35% of max value = 765). Red value is 130 (51.17% from 255 or 48.33% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 130 - color contains mainly: red. Hex color #824B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B40 is #7DB4BF. Grayscale: #5A5A5A. Windows color (decimal): -8238272 or 4213634. OLE color: 4213634.

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

Color convert

RGB1307564-
CMYK00.420.510.49
HSL10º34.02%38.04%-
HSV(B)10º50.77%50.98%-
XYZ12.6510.156.14-
YUV90.19113.22156.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 48.33%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=48.33%
G=27.88%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130756400.420.510.491034.0238.04
Hex824B4002A3331a2226
Octal2021131000526361124246
Binary100000101001011100000001010101100111100011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,75,64); }

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

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

 a { background-color: rgb(130,75,64); }

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

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

 span { border-color: rgb(130,75,64); }

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