#824C45

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

Shades of Mule Fawn #824C45

Tints of Mule Fawn #824C45

Color information

#824C45 (or 0x824C45) is unknown color: approx Mule Fawn. HEX triplet: 82, 4C and 45. RGB value is (130,76,69). Sum of RGB (Red+Green+Blue) = 130+76+69=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 76 (30.08% from 255 or 27.64% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #824C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C45 is #7DB3BA. Grayscale: #5B5B5B. Windows color (decimal): -8238011 or 4541570. OLE color: 4541570.

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

Color convert

RGB1307669-
CMYK00.420.470.49
HSL6.89º30.65%39.02%-
HSV(B)6.89º46.92%50.98%-
XYZ12.8610.346.95-
YUV91.35115.39155.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.27%
GREEN value IS 76 (30.08% from 255) = 27.64%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=47.27%
G=27.64%
B=25.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130766900.420.470.496.8930.6539.02
Hex824C4502A2F3171f27
Octal202114105052576173747
Binary1000001010011001000101010101010111111000111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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