#A3784C

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

Shades of Muesli #A3784C

Tints of Muesli #A3784C

Color information

#A3784C (or 0xA3784C) is unknown color: approx Muesli. HEX triplet: A3, 78 and 4C. RGB value is (163,120,76). Sum of RGB (Red+Green+Blue) = 163+120+76=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 76 (30.08% from 255 or 21.17% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A3784C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3784C is #5C87B3. Grayscale: #808080. Windows color (decimal): -6064052 or 5011619. OLE color: 5011619.

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

Color convert

RGB16312076-
CMYK00.260.530.36
HSL30.34º36.4%46.86%-
HSV(B)30.34º53.37%63.92%-
XYZ23.1321.749.82-
YUV127.8498.75153.08-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 120 (47.27% from 255) = 33.43%
BLUE value IS 76 (30.08% from 255) = 21.17%
R=45.40%
G=33.43%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631207600.260.530.3630.3436.446.86
HexA3784C01A35241e242f
Octal2431701140326544364457
Binary101000111111000100110001101011010110010011110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3784C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3784C; }

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

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

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

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

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

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

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

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