#A5784D

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

Shades of Muesli #A5784D

Tints of Muesli #A5784D

Color information

#A5784D (or 0xA5784D) is unknown color: approx Muesli. HEX triplet: A5, 78 and 4D. RGB value is (165,120,77). Sum of RGB (Red+Green+Blue) = 165+120+77=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5784D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5784D is #5A87B2. Grayscale: #808080. Windows color (decimal): -5932979 or 5077157. OLE color: 5077157.

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

Color convert

RGB16512077-
CMYK00.270.530.35
HSL29.32º36.36%47.45%-
HSV(B)29.32º53.33%64.71%-
XYZ23.5721.9710.02-
YUV128.5598.91154-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 120 (47.27% from 255) = 33.15%
BLUE value IS 77 (30.47% from 255) = 21.27%
R=45.58%
G=33.15%
B=21.27%

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
Decimal1651207700.270.530.3529.3236.3647.45
HexA5784D01B35231d242f
Octal2451701150336543354457
Binary101001011111000100110101101111010110001111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5784D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5784D; }

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

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

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

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

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

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

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

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