#A3784A

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

Shades of Muesli #A3784A

Tints of Muesli #A3784A

Color information

#A3784A (or 0xA3784A) is unknown color: approx Muesli. HEX triplet: A3, 78 and 4A. RGB value is (163,120,74). Sum of RGB (Red+Green+Blue) = 163+120+74=357 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.66% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 163 - color contains mainly: red. Hex color #A3784A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3784A is #5C87B5. Grayscale: #7F7F7F. Windows color (decimal): -6064054 or 4880547. OLE color: 4880547.

HSL color Cylindrical-coordinate representation of color #A3784A: hue angle of 31.01º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A3784A is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB16312074-
CMYK00.260.550.36
HSL31.01º37.55%46.47%-
HSV(B)31.01º54.6%63.92%-
XYZ23.0621.719.45-
YUV127.6197.75153.24-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.66%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 74 (29.30% from 255) = 20.73%
R=45.66%
G=33.61%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631207400.260.550.3631.0137.5546.47
HexA3784A01A37241f262e
Octal2431701120326744374656
Binary101000111111000100101001101011011110010011111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3784A; }

 p { color: rgb(163,120,74); }

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

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

 a { background-color: rgb(163,120,74); }

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

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

 span { border-color: rgb(163,120,74); }

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