#A3794D

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

Shades of Muesli #A3794D

Tints of Muesli #A3794D

Color information

#A3794D (or 0xA3794D) is unknown color: approx Muesli. HEX triplet: A3, 79 and 4D. RGB value is (163,121,77). Sum of RGB (Red+Green+Blue) = 163+121+77=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A3794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3794D is #5C86B2. Grayscale: #808080. Windows color (decimal): -6063795 or 5077411. OLE color: 5077411.

HSL color Cylindrical-coordinate representation of color #A3794D: hue angle of 30.7º 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 #A3794D is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB16312177-
CMYK00.260.530.36
HSL30.7º35.83%47.06%-
HSV(B)30.7º52.76%63.92%-
XYZ23.282210.04-
YUV128.5498.91152.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=45.15%
G=33.52%
B=21.33%

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
Decimal1631217700.260.530.3630.735.8347.06
HexA3794D01A35241f242f
Octal2431711150326544374457
Binary101000111111001100110101101011010110010011111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3794D; }

 p { color: rgb(163,121,77); }

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

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

 a { background-color: rgb(163,121,77); }

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

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

 span { border-color: rgb(163,121,77); }

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