#A5794D

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

Shades of Muesli #A5794D

Tints of Muesli #A5794D

Color information

#A5794D (or 0xA5794D) is unknown color: approx Muesli. HEX triplet: A5, 79 and 4D. RGB value is (165,121,77). Sum of RGB (Red+Green+Blue) = 165+121+77=363 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.45% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 165 - color contains mainly: red. Hex color #A5794D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5794D is #5A86B2. Grayscale: #818181. Windows color (decimal): -5932723 or 5077413. OLE color: 5077413.

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

Color convert

RGB16512177-
CMYK00.270.530.35
HSL30º36.36%47.45%-
HSV(B)30º53.33%64.71%-
XYZ23.6922.2110.06-
YUV129.1498.58153.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.45%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 77 (30.47% from 255) = 21.21%
R=45.45%
G=33.33%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1651217700.270.530.353036.3647.45
HexA5794D01B35231e242f
Octal2451711150336543364457
Binary101001011111001100110101101111010110001111110100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5794D; }

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

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

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

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

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

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

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

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